-
-
Save Max95Cohen/45d77b581838e0480f4d71bf046e685b to your computer and use it in GitHub Desktop.
CURL example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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