Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Created February 9, 2012 15:22
Show Gist options
  • Save aarongustafson/1780649 to your computer and use it in GitHub Desktop.
Save aarongustafson/1780649 to your computer and use it in GitHub Desktop.
Finds CSS files with -webkit- prefixes in them
find /var/www -type f -name "*.css" -exec grep -il "webkit" {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment