Go to the first, previous, next, last section, table of contents.


Sample Output

Here are some realistic examples of running GNU hello.

This is the output of the command `hello':

Hello, world!

This is the output of the command `hello --help':

This is GNU Hello, THE greeting printing program.
Usage: hello [-htvm] [--help] [--traditional] [--version] [--mail]
  -h, --help                    Print a summary of the options
  -t, --traditional             Use traditional greeting format
  -v, --version                 Print the version number
  -m, --mail                    Print your mail

This is the output of the command `hello --traditional':

hello, world


Go to the first, previous, next, last section, table of contents.