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).
-f4,2,8
the output columns will appear in the order 4
, 2
, 8
tr
!-F
option, or by string literal by setting the -L
flagWith the Rust toolchain:
bash
cargo install hck
From the releases page:
bash
wget ...