Help for this page

Select Code to Download


  1. or download this
    $ perl -n -e 'print if $_ eq "PEAR\n"' infile > outfile
    
  2. or download this
    $ perl -n -e 'print if /^PEAR$/' infile > outfile