./textproc/zet, CLI utility to find the union, intersection, etc of files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2021Q2, Version: 0.1.1, Package name: zet-0.1.1, Maintainer: pin

This is a command-line utility for doing set operations on files considered as
sets of lines. For instance, `zet union x y z` outputs the lines that occur in
any of `x`, `y`, or `z`.
Two notes:
-Each output line occurs only once, because we're treating the files as sets
and the lines as their elements.
-We do take the file structure into account in one respect: the lines are
output in the same order as they are encountered. So `zet union x` prints
out the lines of `x`, in order, with duplicates removed.


Master sites:

SHA1: 9da4091e8cb49abab278c40aedd09feafb7e3d9d
RMD160: 999ef3905bfc083b5ae4de8635df0bf2399bec78
Filesize: 17.429 KB

Version history: (Expand)