Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save khairulhasanmd/1bbb8b5d14d4ed5861d74929fdc0cc08 to your computer and use it in GitHub Desktop.
Save khairulhasanmd/1bbb8b5d14d4ed5861d74929fdc0cc08 to your computer and use it in GitHub Desktop.
WebCrawler
nano ~/.bashrc
press ctrl+end and put there:
crwl() {
wget --tries=inf --timestamping --recursive --level=inf --convert-links --page-requisites --no-parent "$@"
}
ctrl+O
. ~/.bashrc
crwl www.google.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment