wget

Updated: 05 July 2025

Download a file

wget https://code.jquery.com/jquery-3.6.0.min.js

Download a file and rename

wget -O min.js https://code.jquery.com/jquery-3.6.0.min.js

Leave a comment