Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use warnings;
    ...
        close $fh;
    }
    close $out_fh;
    
  2. or download this
    $ ls /path/*.log | grep -v filename_exclude_pat
      | xargs grep -h line_include_pat >output.txt