Skip to content

Instantly share code, notes, and snippets.

@Silverbullet069
Last active April 19, 2023 10:11
Show Gist options
  • Save Silverbullet069/6c2197e01dc7b4a29c49e0bb53d40613 to your computer and use it in GitHub Desktop.
Save Silverbullet069/6c2197e01dc7b4a29c49e0bb53d40613 to your computer and use it in GitHub Desktop.
[curl command] alternate, more functionality than wget #linux

Basic command

-O

curl -O URL		# -O option

Change file's name and type

curl URL > filename

Download multiple files

curl -O URL1 -O URL2 -O URL3

Monitor progress

-#

curl -# URL > filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment