Expand description
Grep content search operation.
Structs§
- Grep
File Matches - All matches within a single file.
- Grep
Line Match - A single line match within a file.
- Grep
Output - 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.