May 2022
Download A File With curl On The Command Line
You can download a file with curl like you can with wget by using the -o (aka --output) flag like this:
If you don't want to see the status updates, add -s (aka `--silent`)
end of line