Skip to content

Instantly share code, notes, and snippets.

@lcruz
Last active December 11, 2015 20:59
Show Gist options
  • Save lcruz/4658848 to your computer and use it in GitHub Desktop.
Save lcruz/4658848 to your computer and use it in GitHub Desktop.
Find a class in all jars (Solaris version)
find . -name "*.jar" -exec sh -c 'unzip -l $1 | /usr/xpg4/bin/grep -q DESKeySpec' _ {} \; -print 2>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment