Help for this page

Select Code to Download


  1. or download this
    while (<>) {
    
  2. or download this
       print "> ", $_;
    
  3. or download this
    perl -i.bak -n -e "print '> ', $_"  file1.txt file2.txt etc.etc