Skip to content

Instantly share code, notes, and snippets.

@cdolek
Created June 14, 2017 22:32
Show Gist options
  • Save cdolek/700f5e3cd2791297df8f271ef909b6e6 to your computer and use it in GitHub Desktop.
Save cdolek/700f5e3cd2791297df8f271ef909b6e6 to your computer and use it in GitHub Desktop.
Get links from html file
sed -n 's/.*href="\([^"]*\).*/\1/p' *.html >> somefile.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment