$MACHTYPE
–
Description of The System Type
$MACHTYPE describes the system on which Bash is executing.
It follows the format cpu-company-system, for example x86_64-pc-linux-gnu.
Links
Examples
- Print the current system type
- Output:
1echo $MACHTYPE1x86_64-pc-linux-gnu
BashSupport Pro ist eine Bash IDE mit Unterstützung für $MACHTYPE – probieren Sie es aus!