Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Created February 9, 2012 15:22
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