Created
March 9, 2023 02:44
-
-
Save enderphan94/814bdff5ce8a314fef63a2a9e3f5c3cf to your computer and use it in GitHub Desktop.
Extract links in web source
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
cat file | grep -Eo "(http|https)://[a-zA-Z0-9./?=_-]*"* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment