summaryrefslogtreecommitdiff
path: root/textproc/hck/PLIST
diff options
context:
space:
mode:
authorpin <pin@pkgsrc.org>2022-05-09 21:52:34 +0000
committerpin <pin@pkgsrc.org>2022-05-09 21:52:34 +0000
commit53a2f267c87038adf3dd523cd3158d023bec3966 (patch)
treec04619da2d4cb4bab73e32f49824e5f25135ff4d /textproc/hck/PLIST
parentc8d7685df13bf8ee9dcb5459495a3a74c8da12c9 (diff)
downloadpkgsrc-53a2f267c87038adf3dd523cd3158d023bec3966.tar.gz
textproc/hck: import pkg
hck is a shortening of hack, a rougher form of cut. A close to drop in replacement for cut that can use a regex delimiter instead of a fixed string. Additionally this tool allows for specification of the order of the output columns using the same column selection syntax as cut. No single feature of hck on its own makes it stand out over awk, cut, xsv or other such tools. Where hck excels is making common things easy, such as reordering output fields, or splitting records on a weird delimiter. It is meant to be simple and easy to use while exploring datasets. Think of this as filling a gap between cut and awk.
Diffstat (limited to 'textproc/hck/PLIST')
-rw-r--r--textproc/hck/PLIST2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/hck/PLIST b/textproc/hck/PLIST
new file mode 100644
index 00000000000..b74eed9f08a
--- /dev/null
+++ b/textproc/hck/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/05/09 21:52:34 pin Exp $
+bin/hck