Created
January 8, 2018 08:58
-
-
Save PaulChana/a2300e407063af8e99577e11c08e8041 to your computer and use it in GitHub Desktop.
[Find files] Find files in terminal #shell
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 with extension | |
| find ~/ -iname "*.jpg" | |
| # Find something with a matching name | |
| find ~/ -name "Y" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment