Skip to content

kill - L not suported #10333

Answered by mcornella
agumartina asked this question in Help
Oct 22, 2021 · 4 comments · 1 reply
Discussion options

You must be logged in to vote

zsh has its own kill command:

$ which kill
kill: shell built-in command

That builtin only supports kill -l, though it doesn't format it in a nice table as @rwmitchell said (#10333 (reply in thread)).


The kill command from procps supports -L to print signals in a nice table:

  -l, --list [signal]
         List signal names.  This option has optional argument, which will convert signal number to signal name, or other way round.

  -L, --table
         List signal names in a nice table.

but it also works using -l, I've found:

$ kill -l
 1) SIGHUP	 2) SIGINT	 3) SIGQUIT	 4) SIGILL	 5) SIGTRAP
 6) SIGABRT	 7) SIGBUS	 8) SIGFPE	 9) SIGKILL	10) SIGUSR1
11) SIGSEGV	12) SIGUSR2	13) SIGPIPE	14)…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rwmitchell
Comment options

Answer selected by mcornella

This comment has been hidden.

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
4 participants