hck

A faster, more flexible alternative to the Unix cut command

brewmacoslinux
Try with needOr install directly
Source

About

Sharp cut(1) clone

Commands

hck

Examples

Extract specific fields from a colon-delimited file$ hck -d: -f1,3 /etc/passwd
Extract a range of characters from lines$ echo 'hello world' | hck -c1-5
Extract fields with whitespace delimiter$ ps aux | hck -d' ' -f1,11