If I run a script that starts several processes with the &
like
tail -f log file1 &
tail -f log file2 &
How can i shut them all down at once?
You can kill all tail commands by
killall tail
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With