Skip to content

Instantly share code, notes, and snippets.

@LexaChebara
Created March 5, 2015 09:13
Show Gist options
  • Select an option

  • Save LexaChebara/1eaea809ae65da21ead7 to your computer and use it in GitHub Desktop.

Select an option

Save LexaChebara/1eaea809ae65da21ead7 to your computer and use it in GitHub Desktop.
Useful *NIX commands
#find file by name in jars
find . -name "*.jar" -exec sh -c 'jar -tf {}|grep -H --label {} 'org.apache.hadoop.fs.FileSystem'' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment