On Tue, 4 Feb 2003, Carl Cerecke wrote:
> I Linux, I use "strings <filename> | less".
>
> The formatting sucks, but the content is usually there.
tr -c '[:print:]\r' ' ' | perl -npe 's{\r}{\n\n}g' | fold -s
Does something about the formatting as well.
> There is extra bonus information as well.
Yip. All the undelete info. See what the @^%$#! really thought on the
issue...
John Carter Phone : (64)(3) 358 6639
Tait Electronics Fax : (64)(3) 359 4632
PO Box 1645 Christchurch Email : [EMAIL PROTECTED]
New Zealand
John's law :-
All advances in computing have arisen through the creation of an
additional level of indirection, the trick is to work out which
indirection is actually useful.