Need to search strings in (.gz) zipped folder with files in it.
Sample Folder -
PROD_009_010919_0110.tar.gz
 Files inside - PROD_009_010919.log01, PROD_009_010919.log02, PROD_009_010919.log03.......etc
 Command - zgrep -ia *1234536**123456* PROD_*
is not fetching the expected results.
the expected output - i should search the string '123456' in all the files in the zipped folders and display the string containing files.
 
                