On 9/12/16 11:11 PM, Martijn Dekker wrote: > The command > > kill -l 0 > > outputs T. I would expect EXIT as T is not a valid signal or > pseudosignal name. Since T is the last letter of EXIT, I suspect a typo > somewhere. > > AT&T ksh93 outputs EXIT. pdksh/mksh and zsh output 0 (presumably EXIT is > not a real signal). dash and yash give a "no such signal number" error. > All of these seem sensible, but "T" does not.
If you read the Posix description of `kill -l', the dash and yash behavior seems the most conformant. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/