Re: Conversion of man (unix) into Txt file

2001-03-18 Thread Gregory Conron
On Sun, 18 Mar 2001, chandan wrote: > Hi All, > Does anyone know how to convert unix MAN into a text file ? > Are you looking for 'man ls > ls.txt'? Cheers, GC -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Gregory Conron INET: [EMAIL PROTECTED] Fa

Re: Conversion of man (unix) into Txt file

2001-03-18 Thread Cyril Thankappan
sorry if it is answered already try man ls|col -b > ls.txt - Original Message -- chandan <[EMAIL PROTECTED]> wrote: To:Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> From:chandan <[EMAIL PROTECTED]> Date:Sun, 18 Mar 2001 10:25:40 -0800 Subject:Conversion of

Re: Conversion of man (unix) into Txt file

2001-03-18 Thread Joseph S. Testa
To get a plain text version of a man page, without backspaces and underscores, try # man foo | col -b > foo.mantxt joe Gregory Conron wrote: > > On Sun, 18 Mar 2001, chandan wrote: > > Hi All, > > Does anyone know how to convert unix MAN into a text fil

Re: Conversion of man (unix) into Txt file

2001-03-18 Thread Cyril Thankappan
sorry if it is answered already try man ls|col -b > ls.txt - Original Message -- chandan <[EMAIL PROTECTED]> wrote: To:Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> From:chandan <[EMAIL PROTECTED]> Date:Sun, 18 Mar 2001 10:25:40 -0800 Subject:Conversion of

RE: Conversion of man (unix) into Txt file

2001-03-19 Thread Pampati, Kiran
Ignore if it is already answered man ls >ls.txt --kiran -Original Message- Sent: Sunday, March 18, 2001 10:26 AM To: Multiple recipients of list ORACLE-L Hi All, Does anyone know how to convert unix MAN into a text file ? -- neena -- Please see the official ORACL

RE: Conversion of man (unix) into Txt file

2001-03-19 Thread Gogala, Mladen
You can't. Unix people can not be converted into text files, only word documents or excell spreadsheets. As for the Unix manual pages, try with man |ul -t dumb>/tmp/textfile.txt -Original Message- Sent: Sunday, March 18, 2001 1:26 PM To: Multiple recipients of list ORACLE-L Hi Al

Re: Conversion of man (unix) into Txt file-Gogala

2001-03-19 Thread chandan
Hi Gogala, , Word documents will also do. Tell me how to convert the man pages to word documents ? -- neena "Gogala, Mladen" wrote: > You can't. Unix people can not be converted into text files, only > word documents or excell spreadsheets. > As for the Unix manual pages, tr

RE: Conversion of man (unix) into Txt file-Gogala

2001-03-19 Thread Mandar Ghosalkar
ORACLE-L > Subject: Re: Conversion of man (unix) into Txt file-Gogala > > > Hi Gogala, , > Word documents will also do. Tell me how to > convert the man pages to word documents ? > > -- neena > > > "Gogala, Mladen" wrote: > &