Find out reliably if Debian system is 64 or 32 bit one.
cat /proc/cpuinfo | grep flags | grep lm &> /dev/null && echo "64" || echo "32"
Written by Adam Stankiewicz
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#