Grep .gz files on linux
Tuesday, June 3rd, 2008 Posted in Linux | No Comments »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 So I do this to search a lot of gz files through: Zgrep '130.226.165.XXX' ...