diff --git a/pages/linux/logread.md b/pages/linux/logread.md new file mode 100644 index 0000000000..5d7fa2d4ab --- /dev/null +++ b/pages/linux/logread.md @@ -0,0 +1,20 @@ +# logread + +> Read the `logd` ring buffer log. +> More information: . + +- 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`