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