Bash/CPU: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 August 2021

9 April 2018

  • curprev 21:1221:12, 9 April 2018Shahed talk contribs 327 bytes +327 Created page with "<syntaxhighlight lang="bash"> # show no.of core of a cpu grep '^core id' /proc/cpuinfo |sort -u|wc -l # show no.of threads of a cpu grep -c ^processor /proc/cpuinfo getconf _..."