use this code: cat /proc/cpuinfo | grep -i “machine” | awk -F ": " ‘{print $2}’
cat /proc/cpuinfo | grep -i “machine” | awk -F ": " ‘{print $2}’