On Aug 18, 5:20 am, Warren Michelsen <[email protected]> wrote:

> #!/bin/sh
> uniq -c "$1"
>
> does the trick. Man, I love Unix. (and BBEdit.)

You may need to sort it first.....

#!/bin/sh
sort | uniq -c "$1"

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "BBEdit Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a specific feature request or would like to report a suspected (or 
confirmed) problem with the software, please email to "[email protected]" 
rather than posting to the group.
-~----------~----~----~----~------~----~------~--~---

Reply via email to