Created
October 28, 2020 07:42
-
-
Save cristiroma/519bd3dff60d4944b75f5b821388a9b2 to your computer and use it in GitHub Desktop.
wget commands
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
# Spider through website up to level 5 links | |
wget --no-verbose --recursive --spider --force-html --level=5 --no-directories --reject=jpg,jpeg,png,gif,pdf,doc,docx http://example.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment