Grep .gz files on linux
I was looking to a method to search a lot of .gz files through. It was some logfiles, you can use zgrep to do this. Example: zgrep ‘Search word’ /path/to/yours.gz…
I was looking to a method to search a lot of .gz files through. It was some logfiles, you can use zgrep to do this. Example: zgrep ‘Search word’ /path/to/yours.gz…