Created
March 5, 2015 09:13
-
-
Save LexaChebara/1eaea809ae65da21ead7 to your computer and use it in GitHub Desktop.
Useful *NIX commands
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 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