Created
September 28, 2018 23:05
-
-
Save zeroeth/a784e2235a09ae3b5344df20a57cec3c to your computer and use it in GitHub Desktop.
search archives and find file names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find . -type f -name '*' -exec sh -c '7z l "{}" 2>/dev/null | grep -i MYFILENAME' \; -print |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment