Help for this page

Select Code to Download


  1. or download this
    cat *.log | your_script > modified.log-data
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        # do stuff here, then...
        print;
    }