1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-07 20:35:40 +02:00
tldr/pages/linux/logread.md
Managor ba6daef39d
*: standardize regex usage (#17328)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
2025-07-25 08:50:06 +03:00

24 lines
354 B
Markdown

# logread
> Read the `logd` ring buffer log.
> More information: <https://openwrt.org/docs/guide-user/base-system/log.essentials>.
- Print the log:
`logread`
- Print `n` messages:
`logread -l {{n}}`
- Filter messages by (Keyword/`regex`):
`logread -e {{pattern}}`
- Print log messages as they happen:
`logread -f`
- Display help:
`logread -h`