To: | nv-l@lists.tivoli.com |
---|---|
Subject: | Re: Counting lines in a file containing exact fields |
From: | Scott Wilson <scott.wilson@PREDICTIVE.COM> |
Date: | Thu, 18 Feb 1999 10:20:24 -0500 |
In-reply-to: | <Pine.GSO.4.05.9902181018260.2197-100000@mp.cv.net> |
Reply-to: | Discussion of IBM NetView and POLYCENTER Manager on NetView <NV-L@UCSBVM.UCSB.EDU> |
Sender: | Discussion of IBM NetView and POLYCENTER Manager on NetView <NV-L@UCSBVM.UCSB.EDU> |
Or, as long as you know what the fields are: grep -c <field> <filename> At 10:18 AM 2/18/99 -0500, Charlie Gucker wrote: >cat file | grep <field> | wc -l > >On Thu, 18 Feb 1999, Lucy Premus wrote: > >> Is there a korn shell function to count lines in a file that have one field >> thats the same. For example, if my file looks as follows: >> >> server1 NYHO >> server2 NYHO >> server3 NYHO >> server4 RISC >> server5 RISC >> server6 NYMLB >> server7 NYMLB >> server8 NYMLB >> server9 NYMLB >> >> I want the script to read the file and count up that there are 3 NYHO, 2 RISC, >> and 4 NYMLB. However theres a catch, in reality my files will be much larger >> than this containing much more than 3 different instances. I don't want to have >> to compare each line to the literal (ie. NYHO, RISC or NYMLB) because theres >> just too many of them. Is there any easier way? >> > |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | Re: Counting lines in a file containing exact fields, Charlie Gucker |
---|---|
Next by Date: | Re: Counting lines in a file containing exact fields, Jean Chess |
Previous by Thread: | Re: Counting lines in a file containing exact fields, Charlie Gucker |
Next by Thread: | Re: Counting lines in a file containing exact fields, Jean Chess |
Indexes: | [Date] [Thread] [Top] [All Lists] |
Archive operated by Skills 1st Ltd
See also: The NetView Web