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
>
> 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
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
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