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