Archive for November 16th, 2007

Manual to Text

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

Original Article