Help for this page

Select Code to Download


  1. or download this
    perl -ni -e 'print unless $. == 1' <file>
    
  2. or download this
    perl -ni.bak -e 'print unless $. == 1' <file>