Re: Counting specific elements in a XML object
- From: security.department@xxxxxxxx (Hans Meier)
- Date: Thu, 30 Mar 2006 21:33:23 +0100
Gavin Bowlby am Donnerstag, 30. März 2006 21.45:
How about:
cat fn | grep <string to be searched for> | wc
When I posted a "cat | grep" the first (and last) time, several people got a
well known heart attack :-)
grep <string to be searched for> fn | wc
as a non-Perl approach to the problem...[...]
Agreed, but OT here ;-)
Hans
.
- Follow-Ups:
- Re: Counting specific elements in a XML object
- From: Chas Owens
- Re: Counting specific elements in a XML object
- References:
- RE: Counting specific elements in a XML object
- From: Gavin Bowlby
- RE: Counting specific elements in a XML object
- Prev by Date: RE: Counting specific elements in a XML object
- Next by Date: Re: Counting specific elements in a XML object
- Previous by thread: RE: Counting specific elements in a XML object
- Next by thread: Re: Counting specific elements in a XML object
- Index(es):
Relevant Pages
|