Manual to Text
Friday, November 16th, 2007
Ever wonder how you can get a man page in into a format you can read and print?
man command | col -x -b > command.txt
Ever wonder how you can get a man page in into a format you can read and print?
man command | col -x -b > command.txt