sortu (sysutils/sortu) Add to my watchlist
sort-uniqueThe sortu program is a replacement for the sort and uniq programs. It is common for Unix script writers to want to count how many separate patterns are in a file. For example, if you have a list of addresses, you may want to see how many are from each state. So you cut out the state part, sort these, and then pass them through uniq -c. Sortu does all this for you in a fraction of the time. Sortu uses a hash table and some decent line processing to provide this functionality. For a relatively small number of keys, it can be significantly smaller than using sort, because it does not have to keep temporary files. If you are dealing with a large number of unique keys then sortu will run out of memory and stop. Sortu has some basic field and delimiter handling which should do most basic awk or cut features to separate out the field that you are sorting on.
Version: 2.1.2 License: ISC GitHubMaintainers | No Maintainer |
Categories | sysutils |
Homepage | https://github.com/j256/sortu |
Platforms | darwin |
Variants |
|
"sortu" depends on
build (1)
Ports that depend on "sortu"
No ports
Port Health:
Loading Port Health
Installations (30 days)
1
Requested Installations (30 days)
1
Livecheck error
Error: cannot check if sortu was updated (Could not resolve host: macports_distfiles)
last updated: 6 hours ago