Help for this page

Select Code to Download


  1. or download this
    perl -ni.bak -le "print if $_" my_file.txt
    
  2. or download this
    perl -ni.bak -le "print if length $_" my_file.txt