sometime when I use wget to recursively download a website, I made a mistake and want abortion.
I've Searched over and over and no luck
sometime when I use wget to recursively download a website, I made a mistake and want abortion.
I've Searched over and over and no luck
What shell are you running wget
from? In many shells, CTRL+C will cancel the currently-running process. If you are running a Linux shell, pkill -9 wget
should be able to force-kill it if it's running in the background.
send a interuption signal.
pkill -9 wget