How to use cURL

CURL is used to download a file from the web
In this case the file jquery-2.2.0.min.js

# curl -# -o jquery-2.2.0.min.js http://code.jquery.com/jquery-2.2.0.min.js

Leave a Reply

Your email address will not be published. Required fields are marked *