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.md File inside the tarball. $Id: juniq.txt,v 1.1 2024/10/09 23:06:54 jmccue Exp $