Y
Hacker News
new
|
ask
|
show
|
jobs
by
syrrim
3490 days ago
kill as a shell built-in also allows you to pass it job numbers rather than PIDs. For example, kill -9 %1 would kill the first process you sent into the background, either with & or ^Z