[go: up one dir, main page]

coreutils 0.0.9

coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform) utils, written in Rust
.. print machine hardware name

====
arch
====

.. FIXME: this needs to be autogenerated somehow

--------
Synopsis
--------

``arch`` [OPTION]...

-----------
Description
-----------

``arch`` is an alias for ``uname -m``.  They both print the machine hardware
name.

An exit code of zero indicates success, whereas anything else means failure.
For this program, a non-zero exit code generally means the user provided
invalid options.

-h, --help       print a help menu for this program displaying accepted
                 options and arguments
-v, --version    print the version number of this program