Skip to content

Commit

Permalink
Create logread.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Managor authored Jan 31, 2025
1 parent c0e5ac9 commit c0e0c94
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages/linux/logread.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# logread

> Read the `logd` ring buffer log.
> More information: <https://manned.org/logread>.
- Print the log:

`logread`

- Print a specified number of messages:

`logread -l {{N}}`

- Filter messages:

`logread -e {{pattern}}`

- Print log messages as they happen:

`logread -f`

0 comments on commit c0e0c94

Please sign in to comment.