wget
Usage⚑
Redirect output to stdout⚑
wget -qO-
Download only if newer version is available⚑
wget -N
This will replace the old file when a newer version is found.
(https://askubuntu.com/questions/573221/can-i-stop-wget-creating-duplicates)
wget -qO-
wget -N
This will replace the old file when a newer version is found.
(https://askubuntu.com/questions/573221/can-i-stop-wget-creating-duplicates)