Convert Linux manual man page to text file.
Convert Linux man page to text file in Linux and Windows
Sometimes after we view the man pages in Linux and then we want to copy or bring the man pages and view on other operating system, as example we want to view the Linux man pages on Windows operating system. The easier way to do this is to copy the man pages or convert the Linux man pages to text file. The command below show how to convert Linux man pages to text file.
[root@fedora ~]# man arch | col -bx >arch.txt
[root@fedora ~]#
Command Explanation:

To display the man in text file format using cat command in Linux:
[root@localhost ~]# cat arch.txt
[root@localhost ~]#
To open the Linux manual in text file format in Windows, just use the WordPad :

Keywords: convert man page to text, convert man page, save man page to text file, man page to text file, open man page on windows, open linux manual page in text
- Login or register to post comments
- 281 reads
- Email this Page













Recent comments
23 weeks 34 min ago
23 weeks 2 hours ago