July, 2012
GNU Wget Tutorial
As a student, you may find yourself wanting to download lots of lecture slides and other materials off a module homepage, which can become quite an arduous task. Thankfully, GNU created Wget which is already on most linux machines. It is best demonstrated by example: wget -r -l5 -np -k -nH –cut-dirs=5 –load-cookies cookies.txt http://www2.warwick.ac.uk/fac/sci/physics/current/teach/module_home/px421/ [...]
Posted in Linux/Unix | No Comments »