Day 232
Bash kill running shell script
-
signals - How to stop the loop bash script in terminal? - Unix & Linux Stack Exchange
-
press Ctrl-Z to suspend the script
-
kill %%
The %% tells the bash built-in kill that you want to send a signal (SIGTERM by default) to the most recently suspended background job in the current shell, not to a process-id.
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus