• Increase font size
  • Default font size
  • Decrease font size

How to download files from the Linux command line

 The most basic operation a download manager needs to perform is to download a file from a URL. Here’s how you would use wget to download a file:

 
# wget http://www.google.com/index.html
 
wget
 

Add comment


Security code
Refresh