Print large banner on printer
Answer:
This is a less well known command for Linux. It allow you to prints a large, high quality banner on the standard output.
Example:
# banner -w 80 Hello World
Where -w change the width of the output, in which the default is 132.