Skip to content

Instantly share code, notes, and snippets.

@enderphan94
Created March 9, 2023 02:44
Show Gist options
  • Save enderphan94/814bdff5ce8a314fef63a2a9e3f5c3cf to your computer and use it in GitHub Desktop.
Save enderphan94/814bdff5ce8a314fef63a2a9e3f5c3cf to your computer and use it in GitHub Desktop.
Extract links in web source
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