Help for this page

Select Code to Download


  1. or download this
    perl -ne"print if $f ||= /1\.0/" infile >outfile
    
  2. or download this
    perl -i.bak -ne"print if $f ||= /1\.0/" file
    
  3. or download this
    perl -ne'print if $f ||= /1\.0/' infile >outfile
    
  4. or download this
    perl -i~ -ne'print if $f ||= /1\.0/' file