mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 16:18:20 +01:00
dmesg: add colourise, human-readable and timestamp examples (#2728)
This commit is contained in:
parent
66fce39b37
commit
4abbd9bae0
1 changed files with 12 additions and 0 deletions
|
@ -21,3 +21,15 @@
|
|||
- Show kernel messages 1 page at a time:
|
||||
|
||||
`dmesg | less`
|
||||
|
||||
- Show kernel messages with a timestamp (available in kernels 3.5.0 and newer):
|
||||
|
||||
`dmesg -T`
|
||||
|
||||
- Show kernel messages in human-readable form (available in kernels 3.5.0 and newer):
|
||||
|
||||
`dmesg -H`
|
||||
|
||||
- Colorize output (available in kernels 3.5.0 and newer):
|
||||
|
||||
`dmesg -L`
|
||||
|
|
Loading…
Reference in a new issue