×
Inicio Aleatorio

Recursive grep for gz files search string from an output string

Creado: 05-09-19 (Actualizado: 24-02-22)

I'm trying to search a string from an output of a string in recursive search with gz files folder.

I'm using the command which is only worked:

find . -name "*.gz" -exec zgrep -H 'PATTERN' {} \;...

https://stackoverflow.com/questions/54199162/recursive-grep-for-gz-files-search-string-from-an-output-string?noredirect=1

Siguiente Enlace