Help for this page

Select Code to Download


  1. or download this
    perl -nlwe 'print $1 if /\bit\b(.*[.?,])$/' text-file
    
  2. or download this
    perl -nlwe '/[.?,]$/ && /\bit\b/ && print $'"'" text-file