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:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- My 10 UNIX Command Line Mistakes
- Linux: 20 Iptables Examples For New SysAdmins

- 25 PHP Security Best Practices For Sys Admins
- The Novice Guide To Buying A Linux Laptop
- 10 Greatest Open Source Software Of 2009
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Linux Video Editor Software
Facebook it - Tweet it - Print it -


{ 2 comments… read them below or add one }
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
Any idea how to print a multipage pdf ot jpeg to make a banner?