Answers for "can we do grep in gz"

1

does grep work on gz files

gz files using the grep command. Unfortunately, grep command is not
working on my compressed files. ... You need to use zgrep command
which invokes grep on compressed or gzipped files. All options specified
are passed directly to the grep command or egrep command
Posted by: Guest on August-05-2021

Code answers related to "can we do grep in gz"

Browse Popular Code Answers by Language