- Bash Quick Start Guide
- Tom Ryder
- 178字
- 2021-07-23 16:58:52
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
#!/bin/bash printf 'Starting script\n' >> log printf 'Creating test directory\n' >> log mkdir test || exit printf 'Changing into test directory\n' >> log cd test || exit printf 'Writing current date\n' >> log date > date || exit
Any command-line input or output is written as follows:
$ printf 'Hello, world\n' > myfile $ ls -l myfile -rw-r--r-- 1 bashuser bashuser 1 2018-07-29 20:53:23 myfile
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- GNU-Linux Rapid Embedded Programming
- 工業(yè)機器人虛擬仿真實例教程:KUKA.Sim Pro(全彩版)
- Hands-On Deep Learning with Apache Spark
- Splunk 7 Essentials(Third Edition)
- Practical Data Wrangling
- Windows 8應(yīng)用開發(fā)實戰(zhàn)
- 工業(yè)機器人工程應(yīng)用虛擬仿真教程:MotoSim EG-VRC
- Hadoop Real-World Solutions Cookbook(Second Edition)
- 21天學(xué)通C語言
- Ruby on Rails敏捷開發(fā)最佳實踐
- 悟透AutoCAD 2009案例自學(xué)手冊
- 人工智能技術(shù)入門
- 嵌入式Linux系統(tǒng)實用開發(fā)
- 21天學(xué)通Linux嵌入式開發(fā)
- 筆記本電腦維修之電路分析基礎(chǔ)