A faster, more flexible alternative to the Unix cut command
Sharp cut(1) clone
hck
$ hck -d: -f1,3 /etc/passwd
$ echo 'hello world' | hck -c1-5
$ ps aux | hck -d' ' -f1,11