This website requires JavaScript.
Explore
Help
Register
Sign in
kpriv
/
pkgsrc
Watch
1
Star
0
Fork
You've already forked pkgsrc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
9b04382fb1
pkgsrc
/
textproc
/
miller
/
PLIST
4 lines
83 B
Text
Raw
Normal View
History
Unescape
Escape
Update miller to 3.2.2: Many changes; speed ups, autoconf support, ....
2015-12-30 00:43:18 +01:00
@comment $NetBSD: PLIST,v 1.2 2015/12/29 23:43:18 wiz Exp $
Import miller-2.0.0 as textproc/miller. Miller is like sed, awk, cut, join, and sort for name-indexed data such as CSV. With Miller, you get to use named fields without needing to count positional indices. This is something the Unix toolkit always could have done, and arguably always should have done. It operates on key-value-pair data while the familiar Unix tools operate on integer-indexed fields: if the natural data structure for the latter is the array, then Miller's natural data structure is the insertion-ordered hash map. This encompasses a variety of data formats, including but not limited to the familiar CSV. (Miller can handle positionally-indexed data as a special case.)
2015-08-28 11:27:10 +02:00
bin/mlr
Update miller to 3.2.2: Many changes; speed ups, autoconf support, ....
2015-12-30 00:43:18 +01:00
man/man1/mlr.1
Reference in a new issue
Copy permalink