bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug] kill -l 0 outputs T, not EXIT


From: Greg Wooledge
Subject: Re: [Bug] kill -l 0 outputs T, not EXIT
Date: Tue, 13 Sep 2016 08:29:35 -0400
User-agent: Mutt/1.4.2.3i

On Tue, Sep 13, 2016 at 05:11:05AM +0200, 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.

My guess is it's just printing the string with the first 3 characters
removed (SIGHUP -> HUP, SIGINT -> INT, EXIT -> T).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]