Convert Linux manual man page to text file.

Computer Windows Linux Project Configuration

 

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:

 

convert linux man page to text file

 

 

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 :

 

Linux manual page text file on windows

 

 

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

 


Custom Search