Skip to content

Instantly share code, notes, and snippets.

@Max95Cohen
Created August 28, 2024 08:48
Show Gist options
  • Save Max95Cohen/45d77b581838e0480f4d71bf046e685b to your computer and use it in GitHub Desktop.
Save Max95Cohen/45d77b581838e0480f4d71bf046e685b to your computer and use it in GitHub Desktop.
CURL example
# save to file
curl -O https://example.com/file.zip
# new file name
curl -o newname.zip https://example.com/file.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment