cut
Remove sections from each line
← All commands
Common Examples
$ cut -d: -f1 /etc/passwd
$ cut -c1-10 file
$ cut -d, -f2,3 data.csv