cut - remove sections from each line of files
[SYNOPSIS] cut OPTION FILE
option
-c select only these characters
-d use DELIM instead of TAB for field delimiter
-f select only these fields; also print any line that contains no delimiter character, unless the -s option is specified