sortu (sysutils/sortu) Add to my watchlist

sort-unique

The 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 GitHub
Reset

13 build(s) found
Builder Build Number Start Time Elapsed Time Watcher Build Status
15 9972 2024-10-11 1:23:52 0:00:11 894 build successful
13.arm64 48416 2024-01-21 10:03:19 0:00:08 16357 build successful
14.arm64 9329 2024-01-20 20:47:40 0:00:09 4280 build successful
14.arm64 9127 2024-01-20 15:53:09 0:00:04 4245 failed install-port
14 12321 2023-11-22 9:15:44 0:01:00 1892 build successful
13.arm64 34435 2023-09-01 5:39:05 0:00:01 11156 failed install-port
13.arm64 8016 2023-03-06 0:41:27 0:00:04 3928 failed install-port
13 6654 2022-12-25 15:57:21 0:00:45 981 build successful
12 14367 2022-01-15 0:04:55 0:00:40 3476 build successful
12.arm64 21199 2021-11-19 18:25:00 0:00:06 1327 build successful
11 27122 2021-04-13 4:50:58 0:00:38 4740 build successful
11.arm64 14392 2021-03-18 15:57:30 0:00:13 3865 build successful
10.15 1148 2019-11-03 15:09:41 0:00:21 36 build successful