Utilities
Super Simple curl Example

Use curl to transfer data to or from a server.

This example writes the file to the current directory with the same name.

curl -O http://download.aircrack-ng.org/aircrack-ng-1.2-rc4.tar.gz

Note that the -O is the letter “oh”, uppercase.

According to man, -O:

Write output to a file named as the remote file.