arch command in Linux with examples
arch command is used to print the computer architecture. Arch command prints things such as “i386, i486, i586, alpha, arm, m68k, mips, sparc, x86_64, etc.
Syntax:
arch [OPTION]
Example:
Options:
- arch –help : It displays help information.
- arch –version : It displays version information.
Please Login to comment...