|
shell-cmd v1.2
Recursively find files matching a regex and execute a shell command for each match.
|
Holds a parsed size filter with comparison operator and byte threshold. More...
Public Attributes | |
| bool | active = false |
| Whether this filter is enabled. | |
| CmpOp | op = CmpOp::EQ |
| Comparison direction (equal, less-than, greater-than). | |
| uintmax_t | bytes = 0 |
| Size threshold in bytes. | |
Holds a parsed size filter with comparison operator and byte threshold.
| bool SizeFilter::active = false |
Whether this filter is enabled.
Definition at line 68 of file cmd.cpp.
Referenced by parse_size_filter().
Comparison direction (equal, less-than, greater-than).
Definition at line 69 of file cmd.cpp.
Referenced by parse_size_filter().
| uintmax_t SizeFilter::bytes = 0 |