Skip to content

Instantly share code, notes, and snippets.

@superfine
Created October 11, 2015 18:20
Show Gist options
  • Save superfine/4926264b75f8f5bc6bca to your computer and use it in GitHub Desktop.
Save superfine/4926264b75f8f5bc6bca to your computer and use it in GitHub Desktop.
grep for css classes in files
grep -r -n 'class="this_is_my_only_firend"' *.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment