- 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.
推薦閱讀
- 數據展現的藝術
- 面向STEM的mBlock智能機器人創新課程
- Getting Started with Clickteam Fusion
- PostgreSQL Administration Essentials
- Maya極速引擎:材質篇
- 完全掌握AutoCAD 2008中文版:綜合篇
- 計算機網絡技術基礎
- Windows 7寶典
- JSP從入門到精通
- 水下無線傳感器網絡的通信與決策技術
- Linux系統下C程序開發詳解
- Mastering Ansible(Second Edition)
- WOW!Photoshop CS6完全自學寶典
- Natural Language Processing and Computational Linguistics
- 軟件測試設計