14.1.2 Notation of document and method for execution of sample network

An operation example of the description is shown in the rectangular region. $>$ on the line head indicates a command prompt. The bold-faced part of the operation example indicates an input from the user, and the italic face part indicates a message from the system. In the following example, "$>$" in the first line indicates a command prompt.

Figure 14.1: Execution example of sample network start-up script
. $>$ echo Hello World!
Hello World!

Note that the prompt is displayed in different ways (e.g. "%", "$") according to operating environments. The bold letters that come after the prompt in the first line are the letters entered by the user. In the above example, the seventeen letters of echo "HelloWorld!" are the letters entered by the user. Press the enter key at the end of line. The italic letters in the second line are the output from the system, which are displayed as pressing the enter key at the end of the first line.