Skip to content

Instantly share code, notes, and snippets.

@kafkaesqu3
Created January 17, 2018 21:36
Show Gist options
  • Select an option

  • Save kafkaesqu3/849abc06aa3f1343f5e600c22e316ccc to your computer and use it in GitHub Desktop.

Select an option

Save kafkaesqu3/849abc06aa3f1343f5e600c22e316ccc to your computer and use it in GitHub Desktop.
wget --spider --force-html -r -l2 $url 2>&1 \
| grep '^--' | awk '{ print $3 }' \
| grep -v '\.\(css\|js\|png\|gif\|jpg\)$'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment