if [ $(getconf WORD_BIT) = '32' ] && [ $(getconf LONG_BIT) = '64' ] ; then echo "it's 64bit" else echo "it's 32bit" fi
发表评论