Purpose
Writes ASCII
character strings in large letters to standard output.
Description
The banner command
writes ASCII character Strings to standard output in large
letters. Each line in the output can be up to 10 uppercase or lowercase
characters in length. On output, all characters appear in uppercase,
with the lowercase input characters appearing smaller than the uppercase
input characters.
Each word you input appears
on a separate line on the screen. When you want to display more than
one word to a line, use quotation marks to specify which words will
appear on one line.
Examples
- To display a banner at
the workstation, enter:
- To display more than
one word on a line, enclose the text in quotation marks, as follows:
banner "Out to" Lunch
This
displays
Out to on one line and
Lunch on the next.
Files
Item |
Description |
/usr/bin/banner |
Contains the banner command. |