Re: [OT] extracting text from binary file

2003-01-09 Thread Stone, Timothy
Thanks for all the replies. % strings FILE > text.txt works in a pinch. Warmest Regards, Tim -- /** * Timothy Stone . Sun Certified Java Programmer * Web Master . tstone at cityofhbg dot com * City of Harrisburg . 717.255.7297 * Pennsylvania USA . 717.903.9162 * * "Censor

RE: [OT] extracting text from binary file

2003-01-08 Thread Cameron . Davidson
> > Have you tried running the "strings" command on the file from > a shell prompt? Strings extracts any ASCII strings it can > find within binaries. > > Will. > > From: "Stone, Timothy" <[EMAIL PROTECTED]> > > > I've inherited several Quark files on Mac-formatted CDs. > I'm able to open t

Re: [OT] extracting text from binary file

2003-01-08 Thread Will Mc Donald
Have you tried running the "strings" command on the file from a shell prompt? Strings extracts any ASCII strings it can find within binaries. NAME strings - print the strings of printable characters in files Will. - Original Message - From: "Stone, Timothy" <[EMAIL PROTECTED]> T

Re: [OT] extracting text from binary file

2003-01-08 Thread David Busby
Can you use fgrep or grep that will filter for the regex for [a-zA-Z0-9] plus any other characters you want (comma? hyphen?) then read your file, and out to the new file. PERL could handle this nicely /B - Original Message - From: "Stone, Timothy" <[EMAIL PROTECTED]> To: "Redhat-List