From charlesreid1

(Created page with "Dumping a man page to a text file, without all the annoying caret symbols and unescaped stuff: <pre> man tcpdump | col -b > tcpdump.txt </pre>")
 
No edit summary
 
Line 4: Line 4:
man tcpdump | col -b > tcpdump.txt
man tcpdump | col -b > tcpdump.txt
</pre>
</pre>
[[Category:Unix]]

Latest revision as of 02:22, 24 January 2016

Dumping a man page to a text file, without all the annoying caret symbols and unescaped stuff:

man tcpdump | col -b > tcpdump.txt