zgrep
zgrep
-
zgrepallows you to run grep searches against zipped files. -
zgrep [grep flags] -e [search pattern] [filename]- Start with some grep flags
-eends the grep flags[search pattern]is the regex search parameters[filename]is obvious
zgrep allows you to run grep searches against zipped files.
zgrep [grep flags] -e [search pattern] [filename]
-e ends the grep flags[search pattern] is the regex search parameters[filename] is obvious