Import question
John Esak
john at valar.com
Thu Mar 23 08:32:31 PST 2006
rom: Kenneth Brody [mailto:kenbrody at bestweb.net]
> [...]
> > tr -d "\0" <file1.txt >file2.txt
> second). One final question, what does the < do?
>
> Don Coleman
The < is a re-direct operator just like the >. < means take input from this
file and the > means send to this file. You probably know this, so what you
might really be asking is why is it needed when sometimes the command will
work without it? Often one or the other of these re-directors is built into
or assumed by the command... sometimes based on argument position or
whatever. I like to always use them whether they are needed or not to keep
things very readable.
John
More information about the Filepro-list
mailing list