How do we download files from a web page to our shell on rd8
4 Replies
wget
That will download a copy of the file to your current directory.
If, for some reason, wget is not installed, typing apt-get install wget should do the trick (I believe it works on RH8 too
wget works now thanks
curl is much better than wget ….
curl
(You must output to some where)
Sunny Dubey