Last updated 8 months ago
An alternative to uname -m to see what is the architecture of the system is arch, which is short and self-explaining.
uname -m
arch
$ arch x86_64
Source: