代码改变世界

shell获取 linux 系统的位数

2016-02-25 17:01  freefei  阅读(739)  评论(0)    收藏  举报
getconf LONG_BIT

 

直接返回  32  或者 64

@ https://github.com/ranmufei