TECHIES WORLD

For Techs.... Techniques.... Technologies....

BashLinux

Download file and save to a different name using wget

Wget command provides the option to save the downloaded file to a different name.

#wget -O filename url

Where filename and url need to be replaced with the corresponding values.

That's all…