Help for this page

Select Code to Download


  1. or download this
    perl -lne "$count+=split}{print $count" /path/file1 /path/file2
    
  2. or download this
    perl -MO=Deparse -lne "$count+=split}{print $count"  /path/file1 /path
    +/file2
    
    ...
        print $count;
    }
    -e syntax OK