Problem Usually logs files are stored in butches with tsv.gz file extention. Often we need to search trough these logs as they are the one file. Solution we can unzip and concatenate the files into one file and grep over it. gunzip -c *.gz > alllogs