Is there a way to convert all Linux man pages to either plain text, html or markdown?
I need to do this for every man file I have installed on my system.
|
|
|
Yes... To convert one of them, say, man of man:
If you want 'all of installed on your PC', you just iterate through them. For different output (text, for example), use different 'device' (the -T argument). Just in case... if the 'iteration' was the real problem, you can use:
|
||||
|
|
Today is your lucky day. Someone has already done this for you. http://linux.die.net/ |
|||||||
|