github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/docs/commands/exitnum.md (about) 1 # `exitnum` 2 3 > Output the exit number of the previous process 4 5 ## Description 6 7 Output the exit number of the previous process. 8 9 ## Usage 10 11 ``` 12 exitnum -> <stdout> 13 ``` 14 15 ## Examples 16 17 ``` 18 ยป exitnum 19 0 20 ``` 21 22 ## See Also 23 24 * [`runtime`](../commands/runtime.md): 25 Returns runtime information on the internal state of Murex 26 * [`test`](../commands/test.md): 27 Murex's test framework - define tests, run tests and debug shell scripts 28 29 <hr/> 30 31 This document was generated from [builtins/core/management/functions_doc.yaml](https://github.com/lmorg/murex/blob/master/builtins/core/management/functions_doc.yaml).