http://qs321.pair.com?node_id=490117


in reply to deleting first line of a file using in-place editing

In the spirit of TIMTOWTDI...

perl -ni -e "print unless $. == 1" test.txt

--
Murray Barton
Do not seek to follow in the footsteps of the wise. Seek what they sought. -Basho