Created
February 11, 2020 10:06
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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