When I run a Django testing server in a terminal it sometimes gets stuck and it can’t be killed with CTRL+C. Or I’m using SSH client in background mode for a secure proxy tunnel and I need to restart it from time to time. Searching manually for PIDs with ps
and grep
and killing them is a lengthy process. (more…)
Run complex command/process with killing previous
Comments Off on Run complex command/process with killing previous