hello
TLDR
Print hello world
$ hello
Traditional greeting$ hello -t
Specify greeting$ hello -g "Custom greeting"
Show version$ hello --version
SYNOPSIS
hello [options]
DESCRIPTION
GNU Hello is a friendly greeting program. It serves as an example of GNU coding standards and a template for new GNU packages.
The program demonstrates proper use of gettext, autoconf, and other GNU infrastructure. It's useful for testing and learning.
hello prints a friendly greeting.
PARAMETERS
-g, --greeting TEXT
Custom greeting text.-t, --traditional
Use traditional greeting.-n, --next-generation
Next generation greeting.--help
Display help information.--version
Show version.
CAVEATS
Example program. Not for production use. Demonstrates GNU standards.
HISTORY
GNU Hello was created as part of the GNU Project to serve as an example program demonstrating GNU packaging standards.


