mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-31 01:41:27 +08:00
f939237015
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
352 B
352 B
logread
Read the
logdring buffer log. More information: https://openwrt.org/docs/guide-user/base-system/log.essentials.
- Print the log:
logread
- Print a specified number of messages:
logread -l {{N}}
- Filter messages by (Keyword/Regular Expression):
logread -e {{pattern}}
- Print log messages as they happen:
logread -f