- Bash Cookbook
- Ron Brash Ganesh Naik
- 154字
- 2021-07-23 19:17:27
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: "The full path is more concrete and hardcoded; the interpreter will try to use the complete path. For example, /bin/ls or /usr/local/bin/myBinary.."
A block of code is set as follows:
#!/bin/bash
AGE=17
if [ ${AGE} -lt 18 ]; then
echo "You must be 18 or older to see this movie"
fi
Any command-line input or output is written as follows:
rbrash@moon:~$ history
1002 ls
1003 cd ../
1004 pwd
1005 whoami
1006 history
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.
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Mastering Ext JS(Second Edition)
- Java系統分析與架構設計
- 編程卓越之道(卷3):軟件工程化
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- C語言程序設計基礎與實驗指導
- Java從入門到精通(第5版)
- 精通Scrapy網絡爬蟲
- Data Analysis with Stata
- Learning ArcGIS for Desktop
- 區塊鏈技術與應用
- Cocos2d-x Game Development Blueprints
- PrimeFaces Blueprints
- Python期貨量化交易實戰
- Java EE Web應用開發基礎
- Java7程序設計入門經典