Determine Raspberry Pi model from Terminal

Find very precise Raspberry Pi model info from Terminal, without looking at the PCB, from Raspberry Pi terminal:

cat /proc/cpuinfo | grep 'Revision' | awk '{print $3}' | sed 's/^1000//'

Compare to Raspberry Model code table