shell-cmd v1.2
Recursively find files matching a regex and execute a shell command for each match.
Loading...
Searching...
No Matches
Stats Struct Reference

Tracks execution statistics printed in the summary. More...

Public Attributes

int files_matched = 0
 Number of entries that matched all filters.
int commands_run = 0
 Number of commands executed (or printed in dry-run).
int commands_failed = 0
 Number of commands that returned non-zero.

Detailed Description

Tracks execution statistics printed in the summary.

Definition at line 113 of file cmd.cpp.

Member Data Documentation

◆ files_matched

int Stats::files_matched = 0

Number of entries that matched all filters.

Definition at line 114 of file cmd.cpp.

◆ commands_run

int Stats::commands_run = 0

Number of commands executed (or printed in dry-run).

Definition at line 115 of file cmd.cpp.

◆ commands_failed

int Stats::commands_failed = 0

Number of commands that returned non-zero.

Definition at line 116 of file cmd.cpp.


The documentation for this struct was generated from the following file: