Some computer FAQ mostly Linux/Mac
Can't download a file or want a faster way than with browser?
wget (complete URL) Path
So in terminal
wget http://www.website.com/book.pdf /Users//Desktop
This will providing you have the URL and path correctly specified be quite a bit faster at downloading and whilst that goes on, you can carry on browsing.
So in terminal
wget http://www.website.com/book.pdf /Users//Desktop
This will providing you have the URL and path correctly specified be quite a bit faster at downloading and whilst that goes on, you can carry on browsing.
