bug-bash
[Top][All Lists]
Advanced

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

the mystery values of $?: 147 and 148


From: Dan Jacobson
Subject: the mystery values of $?: 147 and 148
Date: Thu, 07 Dec 2006 21:55:26 +0800

Here at Clodsburger Research, we discovered the mystery values, 147
and 148. Please document them on the man page.

$ PS1='$? $ '
0 $ bash
$ suspend
[3]+  Stopped                 bash
147 $ sleep 88&
[4] 3913
0 $ fg %sl
sleep 88
^Z
[4]+  Stopped                 sleep 88
148 $

Mention uses: detecting whether a subshell has exited or suspended, etc.




reply via email to

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