Hi John, > You said "non-text files", so I assumed you were talking about binary > formats.
Unix, and POSIX, define a text file as zero or more lines of zero or more characters, each terminated by LF. If it's not text then it's binary. ;-) -- Cheers, Ralph.