Module grep

Module grep 

Source
Expand description

Grep content search operation.

Structs§

GrepFileMatches
All matches within a single file.
GrepLineMatch
A single line match within a file.
GrepOutput
Output from grep search.

Constants§

DEFAULT_MAX_LINE_LENGTH
Default maximum line length (in bytes) for formatted grep output.

Functions§

grep_search
Searches for content matching a regex pattern.