Skip to content

Instantly share code, notes, and snippets.

@rdeavila
Created November 25, 2013 14:37
Show Gist options
  • Save rdeavila/7642144 to your computer and use it in GitHub Desktop.
Save rdeavila/7642144 to your computer and use it in GitHub Desktop.
Como localizar arquivos pelo conteúdo.
find / -name "*.txt" -exec grep "text here" {} \; -print 2>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment