Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 257 Bytes

File metadata and controls

5 lines (4 loc) · 257 Bytes

find-kmsg

Find a pattern in the kernel ring buffer.

This program searches the kernel ring buffer for a given pattern and exits with exit code 0 once the pattern is found.
This program will keep on running until the specified pattern has been found.