$ getconf LONG_BIT 64
$ uname --processor # or shorter '-p' (non-portable) x86_64
$ uname --hardware-platform # or shorter '-i' (non-portable) x86_64
$ uname --machine # or shorter '-m' (portable) x86_64