I write a software package that has to run on a variety of Linux systems. Which files are installed depend upon whether the system uses 32- or 64-bit architecture. I haven’t found a reliable way to determine the word size of the current machine. Is there a simple (or even complex) way to tell using shell commands the bitness of a given machine?