[SOLVED] wget - newbie question
by burning from LinuxQuestions.org on (#56ECN)
So I'm fairly new to linux in general and I'm starting to try and learn shell scripting. I've found a decent tutorial at http://web.deu.edu.tr/doc/oreily/unix/ksh/index.htm
but I'd like to be able to read it and similar pages when not connected to the net. Would wget be the recommended method for such a task? I'd preferably like to be able to read it in similar fashion to the system's man pages but if wget saves the pages as .html files, then I guess I could just open them in links browser.


but I'd like to be able to read it and similar pages when not connected to the net. Would wget be the recommended method for such a task? I'd preferably like to be able to read it in similar fashion to the system's man pages but if wget saves the pages as .html files, then I guess I could just open them in links browser.