Manual to Text
Tagged with: convert, man, page, text
Friday, November 16th, 2007 10:44 PM
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