Home » Linux curl and wget

Linux curl and wget

by Online Tutorials Library

Linux curl & wget

These commands are used to download a file from the internet using CLI. With curl commands option O will be used while wget command will be used without any option. The file will be saved in the current directory.

Syntax:

Example:

Linux curl & wget1

Look at the above snapshot, we have downloaded one file with the help of curl -O command.

Syntax:

Example:

Linux curl & wget2

Look at the above snapshot, we have downloaded one file with the help of wget command.


Next TopicLinux Curl Command

You may also like