From 3fcb7464756adc044ecbc7e144f25e28ad75c1e1 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 21 Oct 2017 22:31:18 +0100 Subject: [PATCH 1/2] 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 000000000..4d3d32f53 --- /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` From 83d6f4528d0a7d7266a84c3e4d5bae09b5806a0f Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 22 Oct 2017 10:09:16 +0100 Subject: [PATCH 2/2] Update lscpu.md --- pages/linux/lscpu.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/linux/lscpu.md b/pages/linux/lscpu.md index 4d3d32f53..161bb68c1 100644 --- a/pages/linux/lscpu.md +++ b/pages/linux/lscpu.md @@ -2,14 +2,14 @@ > Displays information about the CPU architecture. -- Display information about all online CPUs: +- Display information about all CPUs: `lscpu` -- Display information about offline CPUs: - -`lscpu --offline` - - Display information in a table: `lscpu --extended` + +- Display only information about offline CPUs in a table: + +`lscpu --extended --offline`