LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to read a troff file? (https://www.linuxquestions.org/questions/linux-software-2/how-to-read-a-troff-file-97134/)

ashley8 09-26-2003 09:42 AM

how to read a troff file?
 
hi there,

I have a troff file and don't know what to do with it. who knows how to read this, or how to convert it to plain text? thnx.

XavierP 09-28-2003 11:44 AM

Where did this file come from? What is a troff file? Have you tried Google?

m0rl0ck 09-28-2003 12:57 PM

try using the man program:
man $file>textfile

Then you should be able to open "textfile" with any text editor.

Forgot to mention that youll need to give the man program the complete path to the file you want to open.

XavierP 09-28-2003 01:33 PM

Try this search

ashley8 09-29-2003 06:28 AM

hmm... maybe I should have mentioned that the first thing I did, of course, was searching on Google. I know a bit about troff now, that manpages are troff files and that it is a markup kind of language.

what I am still looking for is a tool that can strip the commands from the file, leaving a simple text file. anyone?


All times are GMT -5. The time now is 08:35 PM.