Horje
grep in gz files Code Example
grep in gz files
You need to use zgrep instead:
zgrep -a "text" compressed.gz
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




Shell

Related
bash find file by name Code Example bash find file by name Code Example
sed replace in file Code Example sed replace in file Code Example
downooad sublime in  linux mint using terminal Code Example downooad sublime in linux mint using terminal Code Example
Docker permission denied Code Example Docker permission denied Code Example
adding path in mac Code Example adding path in mac Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9