Bash - Get CPU model and speed

By xngo on June 30, 2019

cat /proc/cpuinfo | grep "model name" | cut -d':' -f2 | cut -c 2-

About the author

Xuan Ngo is the founder of OpenWritings.net. He currently lives in Montreal, Canada. He loves to write about programming and open source subjects.