[PLUG] bash question

Paul Heinlein heinlein at attbi.com
Mon Sep 9 15:37:05 UTC 2002


On Mon, 9 Sep 2002, Richard Seymour wrote:

> I'd like to produce a report that counts how many of each unique string 
> there are, something like this:
> 
> a 3
> b 2
> c 1
> d 4

sort list.txt | uniq -c

--Paul Heinlein <heinlein at attbi.com>





More information about the PLUG mailing list