[ New messages · Members · Forum rules · Search · RSS ]
  • Page 1 of 1
  • 1
Forum moderator: shanky, Piyu, Resh  
Forum » Open System-Linux » Linux System questionare » How to download using linux command line (Is there a way to download file from internet via commands)
How to download using linux command line
shankyDate: Wednesday, 2014-02-05, 4:16 PM | Message # 1
Lieutenant
Group: Administrators
Messages: 46
Awards: 0
Reputation: 104
Status: Offline
I want to download a file using command in linux terminal.
Is there a command to do this?


s.k.bhagat
 
GuestDate: Wednesday, 2014-02-05, 4:23 PM | Message # 2
Group: Guests





One can get the content of a url using "curl" utility.

curl "url"

Also one can save the output of a url content to a file using below command

curl "url"> filename
 
Forum » Open System-Linux » Linux System questionare » How to download using linux command line (Is there a way to download file from internet via commands)
  • Page 1 of 1
  • 1
Search: