Nigel C. answered 05/30/23
Tutor
5
(1)
Software Engineer
You can use tail to read the last line
cat /proc/cpuinfo | awk '/^processor/{print $3}' | tail -1
Nigel C. answered 05/30/23
Software Engineer
You can use tail to read the last line
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.