Help for this page

Select Code to Download


  1. or download this
    C:\stuff>  perl -ne "print if /\b(foo)\b/"  < input.txt  > matching.tx
    +t