Skip to content

Instantly share code, notes, and snippets.

@matheus-santos
Last active August 29, 2015 14:15
Show Gist options
  • Save matheus-santos/53ea7bc53f4b2400b809 to your computer and use it in GitHub Desktop.
Save matheus-santos/53ea7bc53f4b2400b809 to your computer and use it in GitHub Desktop.
Searching files on Unix terminal
# find $FOLDER -type $DOCUMENT_TYPE -name $ARG
find ~/ -type f -name "wally.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment