MACHID(C) UNIX System V
Name
machid: i386 - get processor type truth value
Syntax
i386
Description
If the machine is a 386, the i386 command will return a true
value (exit code of 0), otherwise it will return a false
(non-zero) value. These type of commands are often used
within makefiles [see make(CP)] and shell procedures [see
sh(C)] to increase portability.
See Also
sh(C), test(C), true(C), make(CP)
(printed 2/15/90) MACHID(C)