BANNER(1) - General Commands Manual # BANNER(1) - General Commands Manual
NAME # banner - print strings in large letters
SYNOPSIS # banner string …
DESCRIPTION # banner prints up to 10 characters of each string in large letters on the standard output.
EXAMPLES # The command banner openbsd displays:
#### ##### ###### # # ##### #### ##### # # # # # ## # # # # # # # # # # ##### # # # ##### #### # # # # ##### # # # # # # # # # # # # # # ## # # # # # # #### # ###### # # ##### #### ##### SEE ALSO # echo(1)
...
ECHO(1) - General Commands Manual # ECHO(1) - General Commands Manual
NAME # echo - write arguments to the standard output
SYNOPSIS # echo [-n] [string …]
DESCRIPTION # The echo utility writes any specified operands, separated by single blank (’Â ’) characters and followed by a newline (’\n’) character, to the standard output.
When no operands are given, only the newline is written. The -- operand, which generally denotes an end to option processing, is treated as part of string.
...
PRINTF(1) - General Commands Manual # PRINTF(1) - General Commands Manual
NAME # printf - formatted output
SYNOPSIS # printf format [argument …]
DESCRIPTION # printf formats and prints its arguments, after the first, under control of the format. The format is a character string which contains three types of objects: plain characters, which are simply copied to standard output, character escape sequences which are converted and copied to the standard output, and format specifications, each of which causes printing of the next successive argument.
...
XARGS(1) - General Commands Manual # XARGS(1) - General Commands Manual
NAME # xargs - construct argument list(s) and execute utility
SYNOPSIS # xargs [-0oprt] [-E eofstr] [-I replstr [-R replacements]] [-J replstr] [-L number] [-n number [-x]] [-P maxprocs] [-s size] [utility [argument …]]
DESCRIPTION # The xargs utility reads space, tab, newline, and end-of-file delimited strings from the standard input and executes the specified utility with the strings as arguments.
...