SyntaxFix
Write A Post
Hire A Developer
Questions
Simple script to get 64 bit or 32 bit
if $(getconf LONG_BIT | grep '64'); then echo "64 bit system" else echo "32 bit system" fi