Path to this page:
./
textproc/zet,
CLI utility to find the union, intersection, etc of files
Branch: pkgsrc-2021Q3,
Version: 0.2.0,
Package name: zet-0.2.0,
Maintainer: pinThis 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: a89303b75a304b7763c535c2fb12875783c641dc
RMD160: cd86274c463981725cd0d1c4cb09ecf6bcb0bc2d
Filesize: 22.062 KB
Version history: (Expand)
- (2021-09-28) Package added to pkgsrc.se, version zet-0.2.0 (created)