Skip to content

Instantly share code, notes, and snippets.

@flavianmissi
Created December 12, 2011 20:44
Show Gist options
  • Select an option

  • Save flavianmissi/1469007 to your computer and use it in GitHub Desktop.

Select an option

Save flavianmissi/1469007 to your computer and use it in GitHub Desktop.
Search for a pattern with the files resulting of a find command
find . -name "urls.py" -type f -exec ack -l "paginas" {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment