Skip to content

Instantly share code, notes, and snippets.

@arturotena
Created September 7, 2014 21:59
Show Gist options
  • Save arturotena/07a13c7e402b88d6b2e3 to your computer and use it in GitHub Desktop.
Save arturotena/07a13c7e402b88d6b2e3 to your computer and use it in GitHub Desktop.
Encuentra archivos con cierto nombre en OS X
# Encuentra archivos con cierto nombre en OS X
find / -name "java"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment