Skip to content

Commit

Permalink
lscpu: add page (tldr-pages#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl authored Oct 24, 2017
2 parents 8ce7fcf + 83d6f45 commit 73ccd75
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages/linux/lscpu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# lscpu

> Displays information about the CPU architecture.
- Display information about all CPUs:

`lscpu`

- Display information in a table:

`lscpu --extended`

- Display only information about offline CPUs in a table:

`lscpu --extended --offline`

0 comments on commit 73ccd75

Please sign in to comment.