0.6.2. Examples
Examples show what should happen as you enter a command.
Some examples assume that you've created certain files.
If you haven't, you may not get the results shown.
We use typewriter-style characters for examples.
Items you type to try the example are boldface.
System messages and responses are normal text.
Here's an example:
$ date
Tue Oct 9 13:39:24 MST 2001
$
The character "$" is the shell (system) prompt.
To do this example, you would type date
and then press RETURN.
The date command responds "Tue Oct 9
13:39:24 MST 2001" and then returns you to the prompt.
Text you see in examples may not be exactly what you see on your screen.
Different Unix versions have commands with different outputs.
Sometimes we edit screen samples to eliminate distracting text
or make them fit the page.