4/06/2015

How to use wget command in Linux/Unix?

  Mohan       4/06/2015
WGET is an utility which is is freely available package. This is used to download the files from the Web by using widely used protocols like http, https and ftp.
 
wget http://mirrors.gigenet.com/apache/tomcat/tomcat-7/v7.0.54/bin/apache-tomcat-7.0.54.zip
We can install wget if its not available by using yum command.
 
yum -y install wget
logoblog

Thanks for reading How to use wget command in Linux/Unix?

Previous
« Prev Post

No comments:

Post a Comment