Skip to main content
Post Closed as "Needs details or clarity" by Kusalananda, Daniele Santi, Jeff Schaller, peterh, Thomas
added 140 characters in body
Source Link

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.

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* PROD_* is not fetching the expected results.

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 *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.

code reformat
Source Link
Romeo Ninov
  • 19.5k
  • 5
  • 34
  • 48

Need to search strings in (.gz) zipped folder with files in it.

Sample Folder - PROD_009_010919_0110.tar.gz Files

PROD_009_010919_0110.tar.gz

Files inside - PROD_009_010919.log01, PROD_009_010919.log02, PROD_009_010919.log03PROD_009_010919.log01, PROD_009_010919.log02, PROD_009_010919.log03.......etc

Command - zgrep -ia 1234536 PROD_*zgrep -ia *1234536* PROD_* is not fetching the expected results.

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 PROD_* is not fetching the expected results.

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* PROD_* is not fetching the expected results.

Source Link

Search strings in (.gz) zipped folder with files in it

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 PROD_* is not fetching the expected results.