Skip to content

Instantly share code, notes, and snippets.

@PaulChana
Created January 8, 2018 08:58
Show Gist options
  • Select an option

  • Save PaulChana/a2300e407063af8e99577e11c08e8041 to your computer and use it in GitHub Desktop.

Select an option

Save PaulChana/a2300e407063af8e99577e11c08e8041 to your computer and use it in GitHub Desktop.
[Find files] Find files in terminal #shell
# 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