Jeff Pang schreef: > perl -e 'print while(<>)' < /etc/passwd
That (is not an answer to OP's question, but) can also be written as: perl -pe1 /etc/passwd and even as cat /etc/passwd -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/