Cheatsheet & Examples: wget
Download a single file
Example Usage:
wget http://example.com/file.txt
What it does:
Downloads the file located at the specified URL and saves it in the current directory with the original filename.
Command-line Arguments Explained:
http://example.c...
tech.mrleong.net5 min read