Here is an easy way to find this, in command line type
$ getconf LONG_BIT
Synopsis:
getconf [-v specification] system_var
the getconf utility shall write to the standard output the value of the variable specified by the system_var operand.
So it prints the value of ‘LONG_BIT’.
Read linux manual for getconf: http://linux.die.net/man/1/getconf
Like this:
Like Loading...
Related
Author: Abhilash
Hey!
This is Abhilash - A Ruby developer, specialised on web development. I am also working on other frameworks such as Angular, Sinatra, Laravel, NodeJS etc.
Ruby On Rails is my primary software framework, which I do since 2010. This blog is about Ruby, Ruby On Rails and other subjects that I have had experienced upon.
You can contact me here: abhilash.amballur@gmail.com
LinkedIn: www.linkedin.com/in/abhilashak
View all posts by Abhilash
Nice one!!!
thank you…