Convert man page to a text file
Simple command to convert a man page to a text file for printing or whatever:
man command | col -b > command_man.txt
|
|
|
|
|
|
|
|
|
|
|
|
Simple command to convert a man page to a text file for printing or whatever:
man command | col -b > command_man.txt
|
|
|
|
|
|
|
|
|
|
|
|