http://qs1969.pair.com?node_id=770975


in reply to skipping the first line of a file

quick example
perl -e 'while(<>){print if ($.>1);}' filename