Tagged Questions
4
votes
3answers
6k views
Searching for a string on multiple zip files.
I have a folder that contains about 200 zip files. Each zip file contains only one text file in it.
I would like to search for a specific string in all the text files in all the zip files.
I tried ...
4
votes
3answers
2k views
Is it possible in unix to search inside zip files
I have 100s of directories and within those I have a few zip files. Now there are images named abc.jpg in those zip files. The zip files may be in any folder or in any subfolder so its difficult to ...