killall: split linux and common (#9550)

* killall: split linux and osx

* killall: oh

* mnenomic lol

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
This commit is contained in:
pixel
2022-11-24 17:44:48 +01:00
committed by GitHub
parent a55e9f412d
commit f448f16cca
2 changed files with 27 additions and 2 deletions

View File

@@ -8,9 +8,9 @@
`killall {{process_name}}`
- List available signal names (to be used without the 'SIG' prefix):
- [l]ist available signal names (to be used without the 'SIG' prefix):
`killall --list`
`killall -l`
- Interactively ask for confirmation before termination: