in reply to Deleting the first line of a file
Not too different from brott's example, but it's always interesting to see different ways to do the same thing.perl -ni -e 'if (2 .. eof) { print }' <file>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Deleting the first line of a file
by jbert (Priest) on Apr 06, 2000 at 16:06 UTC |