juniq - uniq(1) clone
This is a simple clone of uniq(1) with a couple of additional options:
- Can compare the first n bytes of each record.
- Can show only records that occur more than once.
- Can show records that occur only once.
- Unique on a specific column.
If uniq(1) is available and you do not need to do something very odd, you should use uniq(1) instead. This is an updated version of uniq I created for MS-DOS a very long time ago.
This works fine under Linux, BSD(s) and AIX.
Compile Instructions are in the README File inside the tarball.
Downloads:
Dependency
back
$Id: juniq.gmi,v 1.4 2025/07/23 15:22:50 jmccue Exp $