wget

wget does not have an option to override an existing, like curl does.
Instead, use the –backups=1 option, which will rename the existing file with a .1 suffix, and writes new file to the intended filename.

wget --backups=1 google.com