You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It it occasionally useful to be able to convert an exit status back to the raw unix value.
For example, one might want to pass it to a C library. This would also provide an escape hatch to mitigate the lack of WCOREDUMP,WIFSTOPPED/WSTOPSIG etc.