Linux / UNIX Print Large Banner on Printer

by on February 8, 2007 · 2 comments· last updated at February 8, 2009

How do I print large banner on printer under Linux / UNIX / BSD operating systems?

You can use banner command which, prints a large, high quality banner on the standard output. If the message is omitted, it prompts for and reads one line of its standard input. The output should be printed on paper of the appropriate width, with no breaks between the pages.

To print "Welcome", enter:
$ banner "Welcome"
$ banner -w80 "Welcome"

Where,

  • -w80: Change the output from a width of 132 to width 80, suitable for a narrow terminal.


You should follow me on twitter here or grab rss feed to keep track of new changes.

Featured Articles:

{ 2 comments… read them below or add one }

1 Sam May 15, 2009 at 1:46 am

The below banner command works on MP-RAS UNIX only and I wonder what is the equivalent command on SLES9/SLES?

banner “Welcome”

Thanks,
Sam

Reply

2 Frank Cox November 19, 2011 at 10:23 pm

Any idea how to print a multipage pdf ot jpeg to make a banner?

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <kbd> <blockquote> <pre> <a href="" title="">

Tagged as: , , , , , , , , , , ,

Previous Faq:

Next Faq: