Re: Counting specific elements in a XML object
- From: security.department@xxxxxxxx (Hans Meier)
- Date: Thu, 30 Mar 2006 22:15:57 +0100
Chas Owens am Donnerstag, 30. März 2006 22.35:
[...]cat fn | grep <string to be searched for> | wc
[...]grep <string to be searched for> fn | wc
If we are going to pick nits then it should be
grep -c "<employee>" fn
too much work.
c "<employee>" fn
But your alias may be different ;-)
Hans
.
- References:
- RE: Counting specific elements in a XML object
- From: Gavin Bowlby
- Re: Counting specific elements in a XML object
- From: Hans Meier
- Re: Counting specific elements in a XML object
- From: Chas Owens
- RE: Counting specific elements in a XML object
- Prev by Date: Re: Counting specific elements in a XML object
- Next by Date: Re: store Array in hash ?
- Previous by thread: Re: Counting specific elements in a XML object
- Next by thread: Re: Counting specific elements in a XML object
- Index(es):