github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/docs/commands/cpuarch.md (about) 1 # `cpuarch` 2 3 > Output the hosts CPU architecture 4 5 ## Description 6 7 Output the hosts CPU architecture. 8 9 ## Usage 10 11 ``` 12 cpuarch -> <stdout> 13 ``` 14 15 ## Examples 16 17 ``` 18 ยป cpuarch 19 amd64 20 ``` 21 22 ## See Also 23 24 * [`cpucount`](../commands/cpucount.md): 25 Output the number of CPU cores available on your host 26 * [`os`](../commands/os.md): 27 Output the auto-detected OS name 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).