mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 06:05:59 +02:00
sensors: add page (#3931)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:
parent
2968f96039
commit
b3c4034a0a
1 changed files with 11 additions and 0 deletions
11
pages/linux/sensors.md
Normal file
11
pages/linux/sensors.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# sensors
|
||||||
|
|
||||||
|
> Report sensors information.
|
||||||
|
|
||||||
|
- Show the current readings of all sensor chips:
|
||||||
|
|
||||||
|
`sensors`
|
||||||
|
|
||||||
|
- Show temperatures in degrees Fahrenheit:
|
||||||
|
|
||||||
|
`sensors --fahrenheit`
|
Loading…
Add table
Reference in a new issue