How to check if you are running 32-Bit or 64-Bit Fedora

How to check if you have a 32-Bit or 64-Bit Fedora version?


64 Bit:
$ uname -i
x86_64


32 Bit:
$ uname -i
i386