Skip to content

Instantly share code, notes, and snippets.

@games647
Created February 11, 2020 10:06
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 games647/cf5f38f667b590f587fd7bf94452ff92 to your computer and use it in GitHub Desktop.
Save games647/cf5f38f667b590f587fd7bf94452ff92 to your computer and use it in GitHub Desktop.
Grep HTTP (not HTTPS) links without maven.apache.org or www.w3.org
grep -r -P "(?:http://(?!(maven\.apache\.org)|www\.w3\.org))+"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment