Re: Taxonomic List (counting & sorting)
From: | Amanda Babcock <langs@...> |
Date: | Sunday, June 1, 2003, 23:24 |
On Sun, Jun 01, 2003 at 12:16:19PM -0400, Roger Mills wrote:
> Using the html version, is there any way to count the number of "<B>"
> occurrences? If there is, I haven't found it..........
If you copied the HTML version to a Unix machine (or if there is a Windows
version of "grep" out there somewhere, about which I have no idea) you
would just do a "grep -c '<B>' filename".
> Come to think of it, counting Bold forms still wouldn't be accurate, since
> cross-refs. are also in bold and that would result in a lot of duplication.
> ¡ay de mí!
Oops. Oh well :)
Amanda