Skip to content

Instantly share code, notes, and snippets.

@ConorSheehan1
Last active March 21, 2019 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ConorSheehan1/d367d16ad96628808f85f44233418c95 to your computer and use it in GitHub Desktop.
Save ConorSheehan1/d367d16ad96628808f85f44233418c95 to your computer and use it in GitHub Desktop.
grep within glob files
# bash, find import in every .py file recursively under the current dir
grep -rin --include="*.py" import
# find files bye name and follow symlinks
find -L ./ -name "*.sublime-snippet"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment