Skip to content

Instantly share code, notes, and snippets.

@sathish-io
Created September 30, 2013 17:01
Show Gist options
  • Save sathish-io/6766800 to your computer and use it in GitHub Desktop.
Save sathish-io/6766800 to your computer and use it in GitHub Desktop.
wget command - to access web page in console
To print the html page content in the console, instead of creating in file, use
wget -qO- www.google.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment