#152 Listing the number of CPUs in a system using grep
grep -c name /proc/cpuinfo
Output:
8
Last Updated on 2021-02-09 by gantovnik
Feb 9, 2021 | bash, linux | 0 comments
#152 Listing the number of CPUs in a system using grep
grep -c name /proc/cpuinfo
Output:
8
Last Updated on 2021-02-09 by gantovnik
Subscribe now to keep reading and get access to the full archive.
Recent Comments