Skip to:
In bash, grep has a -c flag to count the results. Add a boolean count param to grep in CommandBox that returns the number of rows that matched the regex pattern.
In bash, grep has a -c flag to count the results. Add a boolean count param to grep in CommandBox that returns the number of rows that matched the regex pattern.