arch - print machine architecture
arch
arch is equivalent to uname -m On current Linux systems, arch prints "i386" or "i486".
uname(1), uname(2)