@+,
u can try it in a command line:
1. To display a banner at the workstation, enter:
banner SMILE!
2. To display more than one word on a line, enclose the text in quotation marks, as follows:
banner "Out to" Lunch
This displays Out to on one line and Lunch on the next.
From "man pages"
BUT IF YOU WANT TO PRINT IT:
'just add:
| lp -d <queue_name> for each sample 1 & 2
banner SMILE!| lp -d <queue_name>
banner "Out to" Lunch| lp -d <queue_name>
<queue_name = your printer queue_name>