I'm not super familiar with Unix commands, but it looks like the grep -c will give me a count of the number of lines (not necessarily the number of occurrences) of a regular expression. For example, if a parenthesis occurs twice on the same line, it only counts it once. To me, this would not...