Skip to content

Instantly share code, notes, and snippets.

@maml
Created March 18, 2010 23:00
Show Gist options
  • Save maml/337024 to your computer and use it in GitHub Desktop.
Save maml/337024 to your computer and use it in GitHub Desktop.
command line fu from @fpolgardy
find . -name '*.sass'
and . . .
find . -name '*.sass' | xargs grep colors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment