controlio-check-grep
v0.0.7
Published
controlio module for grepping text files
Downloads
4
Readme
controlio-check-grep
A check module for controlio.
Description
Uses grep
to check a file for an expression.
Options
expression
: Expression forgrep
to check againstfile
: Path to file that is to be checkedflags
: Optional flags for grep, for example -vnegative
: Boolean: Check is true if grep command fails
TODO
- Allow specifying a shell command, grep its output.