wget
How to make wget download and append to a file? - Ars Technica OpenForum
# Append contents of webpage to file
wget ${URL} -O - >> file
How to make wget download and append to a file? - Ars Technica OpenForum
# Append contents of webpage to file
wget ${URL} -O - >> file