how to resume the wget process?
Solution 1:
If the web server you were downloading from supports resuming connections, then you can kill the wget process and restart it with the -c
command (for continue). It won't continue if it finds it's already downloaded the entire file contents, otherwise it will resume from where it left off.