quote:
Oh, and in UNIX the command would be "strings filename".
You should know better than that:
translate [language options] [FILE1...][FILE2...]
So what you'd do is this:
translate --english f SomeFile | less
That would send the translated version to the pager so you could see what it says. To learn more about it:
man translate
Geez, VoidMain, why don't you learn to RTFM?(!)
[ January 29, 2002: Message edited by: jtpenrod ]