logoalt Hacker News

stackedinsertertoday at 11:48 AM1 replyview on HN

TIL that

> uutils read it as “send the default signal to PID -1”, which on Linux means every process you can see.

What's the use case for killing all process you can see?


Replies

geocartoday at 12:28 PM

kill -SIGWINCH -1 will redraw all your windows.