| Linux / Unix Command: arch |
NAME
arch - print machine architectureSYNOPSIS
archDESCRIPTION
arch is equivalent to uname -m.On current Linux systems, arch prints things such as "i386", "i486", "i586", "alpha", "sparc", "arm", "m68k", "mips", "ppc".
SEE ALSO
uname(1), uname(2)
Important: Use the man command (% man) to see how a command is used on your particular computer.

