Skip to content

Instantly share code, notes, and snippets.

@basiclines
Created December 3, 2012 15:32
Show Gist options
  • Save basiclines/4195744 to your computer and use it in GitHub Desktop.
Save basiclines/4195744 to your computer and use it in GitHub Desktop.
Find CSS rules that uses 'px' in all the .css files
find myappdir/ -name *.css | xargs grep "px" > ~/Desktop/px-myapp.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment