--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # logread > Read the `logd` ring buffer log. > More information: . - Print the log: `logread` - Print `n` messages: `logread -l {{n}}` - Filter messages by (Keyword/Regular Expression): `logread -e {{pattern}}` - Print log messages as they happen: `logread -f` - Display help: `logread -h`