Help for this page

Select Code to Download


  1. or download this
    perl -ne 'if($ok){print;}else{$ok=/^This is the temp line\.$/}' foo.tx
    +t
    
  2. or download this
    perl -n0777e 'print ((split(/^This is the temp line.\n/m, $_, 2))[-1])
    +' foo.txt