Quote:
Originally Posted by twobob
...
Note to self. don't run it with the & while testing
|
Yeah, I prefer to have two SSH sessions, and run that command without the & in the other one. Then you can kill it with ctrl-c. No messing around with ps and kill... But if you put that loop in a script without the &, then launch that script with &, it is easy enough to find the script and kill it.