Skip to content

Instantly share code, notes, and snippets.

@stringparser
Created September 3, 2016 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stringparser/b521edba046a1d20ed70ed31e8488034 to your computer and use it in GitHub Desktop.
Save stringparser/b521edba046a1d20ed70ed31e8488034 to your computer and use it in GitHub Desktop.
find urls in all css files
grep -oh 'url[^)]*' ./**/*.css | grep -o "[/.][^\\'\\\"?#]*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment