On 8 Jul 2010, at 19:01, Chris F.A. Johnson wrote: > > There's a standard tool on *nix systems called grep. > > For example, searching for the class 'nav', this will print the > line numbers as well as lines containinf it: > > grep -n 'class=".*nav.*"' file.html > > I believe it can be installed on Windows systems. >
I'm acquainted with regular expressions and have a number of editors on my Mac that I could use. The problem, which I apparently didn't make clear in my initial post, is that I use very few ids and classes. So I don't think grep will be much help when I'm using mostly descendant selectors. Ellen ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
