in reply to
Re: password file problem
in thread
password file problem
perl -F: -lane 'print $F[0]' /etc/passwd
Comment on
Re^2: password file problem
Download
Code
Replies are listed 'Best First'.
Re^3: password file problem
by
ikegami
(Patriarch)
on Mar 12, 2005 at 15:40 UTC
I tried -lane, but I didn't know about -F. Thanks!
[reply]
In Section
Seekers of Perl Wisdom