1 articles tagged "document formatting system"
- How do I print out a Linux man or info page?
Some time it is necessary to print a Linux man or info page. To print a ls command man page on command line type following command:
$ man ls | col -b | lpr -P hp1_floor2
Where,
col -b : To format man page output, it will not show any special character such as backspaces
lpr -P hp1_floor2 [...]
Viewing 1-1 of 1 posts. ( see all popular tags )


Recent Comments
Today ~ 177 Comments
01/02/2008 10:46 pm ~ 1 Comment
Yesterday ~ 4 Comments
08/24/2006 01:56 pm ~ 11 Comments
Yesterday ~ 4 Comments