From 3fcb7464756adc044ecbc7e144f25e28ad75c1e1 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 21 Oct 2017 22:31:18 +0100 Subject: [PATCH] lscpu: add page --- pages/linux/lscpu.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/linux/lscpu.md diff --git a/pages/linux/lscpu.md b/pages/linux/lscpu.md new file mode 100644 index 0000000000..4d3d32f531 --- /dev/null +++ b/pages/linux/lscpu.md @@ -0,0 +1,15 @@ +# lscpu + +> Displays information about the CPU architecture. + +- Display information about all online CPUs: + +`lscpu` + +- Display information about offline CPUs: + +`lscpu --offline` + +- Display information in a table: + +`lscpu --extended`