% HELLO(1) Version 1.0 | Frivolous "Hello World" Documentation
hello — prints Hello, World!
| hello [-o|--out file] [dedication] | hello [-h|--help|-v|--version]
Prints "Hello, dedication!" to the terminal. If no dedication is given, uses the default dedication. The default dedication is chosen by the following sequence:
- Using the environment variable DEFAULT_HELLO_DEDICATION
- Using the per-user configuration file, ~/.hellorc
- Using the system-wide configuration file, /etc/hello.conf
- Finally, using "world".
-h, --help
: Prints brief usage information.
-o, --output
: Outputs the greeting to the given filename.
The file must be an **open(2)**able and **write(2)**able file.
-v, --version
: Prints the current version number.
~/.hellorc
: Per-user default dedication file.
/etc/hello.conf
: Global default dedication file.
DEFAULT_HELLO_DEDICATION
: The default dedication if none is given. Has the highest precedence if a dedication is not supplied on the command line.
See GitHub Issues: https://github.com/[owner]/[repo]/issues
Foobar Goodprogrammer [email protected]
hi(1), hello(3), hello.conf(5)