Man page ASCII output
Man page ASCII output
Simple way to output man page in ASCII only format (no any special symbols):
groff -P\-c -mandoc -Tascii file.1|col -bx > file.txt
file.txt is formatted as you see man output on your screen.
Simple way to output man page in ASCII only format (no any special symbols):
groff -P\-c -mandoc -Tascii file.1|col -bx > file.txt
file.txt is formatted as you see man output on your screen.