Man
From charlesreid1
Dumping a man page to a text file, without all the annoying caret symbols and unescaped stuff:
man tcpdump | col -b > tcpdump.txt
Dumping a man page to a text file, without all the annoying caret symbols and unescaped stuff:
man tcpdump | col -b > tcpdump.txt