bannerdisplay text in large font |
Command |
banner
[-c
char]
[-f
fontfile]
[-s
char]
[-w
n]
[text...]
banner
writes the text arguments to the standard
output in large letters using a default font. When no text arguments are
present, banner
reads text from the standard input.
-c
charuses the single character char to form output characters instead
of the default X
.
-f
fontfileuses the output font from fontfile instead of the default font.
-s
prints text sideways and vertically. With sideways text, multiple lines (taken from standard input) are displayed one right after another, with the equivalent of a space printed between them.
-w
nlimits the output width to at most n characters.
/etc/small.fnt
optional small font file.
/etc/italic.fnt
optional italic font file.
0
Successful completion.
1
Failure because of any of the following:
-c
, -f
, -s
and
-w
options are extensions to traditional implementations
of banner
.