Skip to content

Instantly share code, notes, and snippets.

@saghul
Created November 27, 2010 10:44
Show Gist options
  • Save saghul/717782 to your computer and use it in GitHub Desktop.
Save saghul/717782 to your computer and use it in GitHub Desktop.
Ack vs grep
; Find all Python files containing 'account'
; With grep:
saul@saghul-agp:~/work/src/python-sipsimple$ grep -R --include=*.py account *
; With ack
saul@saghul-agp:~/work/src/python-sipsimple$ ack --python account
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment