Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Getting information about dead processes



Hi,

in $? or $status we can find the exit code of the last process, but I
can't see a way to find more detail about the exit status.  The job
layer has access to WIFSIGNALED and WTERMSIG, and displays if a
process died due to a signal.  How can I access this data from a zsh
script/interactive session?

Thanks,
-- 
Leah Neukirchen  <leah@xxxxxxxx>  http://leah.zone



Messages sorted by: Reverse Date, Date, Thread, Author