Import question
GCC Consulting
gccconsulting at comcast.net
Thu Mar 23 07:30:58 PST 2006
> [...]
> > tr -d "\0" <file1.txt >file2.txt
>
>
> --
> KenBrody at BestWeb dot net spamtrap:
> <g8ymh8uf001 at sneakemail.com>
> http://www.hvcomputer.com
> http://www.fileProPlus.com
>
>
> Ken, Wally, and others; thanks for the tip, after one
> question answered by Ken off-list it is working fine
> (processing a 3.5 MB file in about 1 second). One final
> question, what does the < do?
If my memory serves me correctly the < pipes the value of file1.txt to the
program as input.
The >file2.txt is the file created from the first file after processing.
Richard Kreiss
GCC Consulting
More information about the Filepro-list
mailing list