DEV Community

Kuldeep Singh
Kuldeep Singh

Posted on

1

Download file using curl

Sometime i need to use curl to download things from web as a developer here is a quick command if you forget it.

curl -o <outputfilename> <downloadlink>
Enter fullscreen mode Exit fullscreen mode

download & extract with same command

curl -L <downloadfileurl> | tar zx
Enter fullscreen mode Exit fullscreen mode

also if it is zip file that you are downloading, You can use below tar command:

tar -xf archive.tar
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Image of Docusign

πŸ› οΈ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more