A Simple Command Line Field Parser, roughly emulating awk '{print $<field-number>}'
. Accepts input from StdIn, produces output to StdOut. Field Number is 0-indexed.
See fip --help
for more details.
cargo install fip
or download from the releases pagge
ps aux | fip 1
fip -s, 2 < file.csv