to check the file as it gets edited
sudo tail -f /var/log/apache2/access.log
every 2 sec by default but could be tweaked
watch -n 5 w
downloading
wget -O <name> <link>
curl -o <name> <link>
axel -a -n 20 -o <name> <link>
PREVIOUSBash Commands
NEXTgrep, awk & sed