|
 |
"jr" <cre### [at] gmail com> wrote:
> "Bald Eagle" <cre### [at] netscape net> wrote:
> > ...
> > Maybe someone can suggest a command-line script to grep opening and closing
> > parentheses and give a count.
>
> not totally what you're after, ...(no time to write a script, sorry :-))
no script, but a (simple) re-purposed program (named "brace parenthesis bracket
counts"), attached. compile with:
$ gcc -std=c99 -O2 -o bpbcounts bpbcounts.c
(sorry, no spreadsheet importer :-))
enjoy, jr.
Post a reply to this message
Attachments:
Download 'bpbcounts.c.txt' (2 KB)
|
 |