2 articles tagged "bash linux"
- Windows PowerShell vs UNIX BASH Shell
Shell scripting is fun. It is useful to create nice (perhaps ugly) things (read as solutions) in shell scripting. Now Windows got Powershell. But how does PowerShell measure up to traditional shells like Bash?
- 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-2 of 2 posts. ( see all popular tags )


Recent Comments
Yesterday ~ 12 Comments
Yesterday ~ 8 Comments
Yesterday ~ 185 Comments
Yesterday ~ 15 Comments
Yesterday ~ 3 Comments