From charlesreid1

Revision as of 02:10, 24 January 2016 by Admin (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

man tcpdump | col -b > tcpdump.txt