🪓 hck

Build Status license Version info
A sharp cut(1) clone.

hck is a shortening of hack, a rougher form of cut.

A close to drop in replacement for cut that uses 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 (see below for examples).

Features

Install

With the Rust toolchain:

bash cargo install hck

From the releases page:

bash wget ...

TODO

References