Skip to content

Instantly share code, notes, and snippets.

@zeroeth
Created September 28, 2018 23:05
Show Gist options
  • Select an option

  • Save zeroeth/a784e2235a09ae3b5344df20a57cec3c to your computer and use it in GitHub Desktop.

Select an option

Save zeroeth/a784e2235a09ae3b5344df20a57cec3c to your computer and use it in GitHub Desktop.
search archives and find file names
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