Linux / UNIX Print Large Banner on Printer

by Vivek Gite on February 8, 2007 · 2 comments

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.

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

{ 2 comments… read them below or add one }

1 Sam May 15, 2009

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

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> <blockquote> <pre> <a href="" title="">
What is 8 + 3 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.




Previous post:

Next post: