How to Use Wget to Download Manual from Website

Most of the time, we would prefer to read manual offline instead of browsing online, sometime we do not have internet access, and in the boredom, we can read the manual OFFLINE! Example below will show you how to grab the manual online to your machine.

Using wget to Download Website for Offline Reading

If you have wget installed on your machine, you can do the command below to download a website for offline read.


shell> wget --no-parent --mirror -p --convert-links -P ~/Documents/local-browsing http://www.some-website.com/howto/

Above command will download the entire website into your machine in your home directory Document/local-browsing. Now you can read while you are offline!

Related posts:

  1. How to Find Out Public IP Address via Command Line in Unix/Linux Machine If you have more than 100 servers in your network;...
  2. PECL Manual Install on Linux Centos Just bought a VPS server hosting to play around from...
  3. Fixed Cacti Spine 0.8.7g Problem on FreeBSD On latest release of Cacti Spine 0.8.7g, it has new...
  4. How to Install FreeBSD 5.4 on Your Machine FreeBSD is an advanced operating system for x86 compatible (including...
  5. Workflow with Automator … I have always use my mac for surfing, emailing, messaging...
  6. Changing File’s Date and Time on Unix Systems Change Data and Time of a File At times, we...
  7. How to Install Cacti Plugin Architecture Cacti Plugin Architecture allow you to run useful monitoring plugins...
  8. What is umask? umask? What? What is umask command use for in linux/unix...

Tags: , , , , ,

Leave a Reply