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.)
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | aarch64 | miller-6.9.0nb12.tgz |
NetBSD 10.0 | aarch64 | miller-6.9.0nb9.tgz |
NetBSD 10.0 | earmv7hf | miller-6.9.0nb12.tgz |
NetBSD 10.0 | earmv7hf | miller-6.9.0nb6.tgz |
NetBSD 10.0 | earmv7hf | miller-6.9.0nb9.tgz |
NetBSD 10.0 | i386 | miller-6.9.0nb12.tgz |
NetBSD 10.0 | i386 | miller-6.9.0nb9.tgz |
NetBSD 10.0 | x86_64 | miller-6.9.0nb12.tgz |
NetBSD 10.0 | x86_64 | miller-6.9.0nb9.tgz |
NetBSD 9.0 | aarch64 | miller-6.9.0nb12.tgz |
NetBSD 9.0 | aarch64 | miller-6.9.0nb9.tgz |
NetBSD 9.0 | earmv7hf | miller-6.9.0nb12.tgz |
NetBSD 9.0 | earmv7hf | miller-6.9.0nb6.tgz |
NetBSD 9.0 | earmv7hf | miller-6.9.0nb9.tgz |
NetBSD 9.0 | i386 | miller-6.9.0nb12.tgz |
NetBSD 9.0 | i386 | miller-6.9.0nb9.tgz |
NetBSD 9.0 | x86_64 | miller-6.9.0nb12.tgz |
NetBSD 9.0 | x86_64 | miller-6.9.0nb9.tgz |
NetBSD 9.3 | x86_64 | miller-6.9.0nb12.tgz |
Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.