Last active
June 3, 2019 07:59
-
-
Save rah003/b00018ea7ed8576b30c45ce815badf27 to your computer and use it in GitHub Desktop.
generate list of urls for given site
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
wget -m https://www.magnolia-cms.es 2>&1 | grep '^--' | awk '{ print $3 }' | grep -iv '\.\(css\|js\|png\|mp4\|gif\|jpg\|mov\|jpeg\|eot\|woff\|ttf\|svg\)$' > urls.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment