in reply to perl one liner to print a line
perl -ne'print if $. == 4' file.txt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl one liner to print a line
by ikegami (Patriarch) on Dec 12, 2008 at 02:00 UTC | |
by jwkrahn (Abbot) on Dec 12, 2008 at 07:05 UTC |