Created
June 14, 2017 22:32
-
-
Save cdolek/700f5e3cd2791297df8f271ef909b6e6 to your computer and use it in GitHub Desktop.
Get links from html file
This file contains hidden or 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
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