- Mastering Linux Shell Scripting
- Andrew Mallett
- 204字
- 2021-07-30 09:40:42
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We again see that the basename
is evaluated first, but we do not see the more detailed steps involved in running that command."
A block of code is set as follows:
#!/bin/bash echo "You are using $0" echo "Hello $*" exit 0
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
#!/bin/bash
echo "You are using $0"
echo "Hello $*"
exit 0
Any command-line input or output is written as follows:
$ bash -x $HOME/bin/hello2.sh fred
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Google Flutter Mobile Development Quick Start Guide
- Apache Oozie Essentials
- Machine Learning with R Cookbook(Second Edition)
- FFmpeg入門詳解:音視頻流媒體播放器原理及應(yīng)用
- Practical Windows Forensics
- JavaScript前端開發(fā)與實(shí)例教程(微課視頻版)
- 可解釋機(jī)器學(xué)習(xí):模型、方法與實(shí)踐
- 零基礎(chǔ)學(xué)Python網(wǎng)絡(luò)爬蟲案例實(shí)戰(zhàn)全流程詳解(入門與提高篇)
- UNIX Linux程序設(shè)計(jì)教程
- Buildbox 2.x Game Development
- Learning Unreal Engine Game Development
- Java EE架構(gòu)設(shè)計(jì)與開發(fā)實(shí)踐
- 從零開始學(xué)UI設(shè)計(jì)·基礎(chǔ)篇
- Zend Framework 2 Cookbook
- ASP.NET 4權(quán)威指南