CUT- Remove sections from each line of files vertically. This command basically cuts the file vertically and returns a certain field from each line from a file.
FORMAT
cut [OPTION]... [FILE]...
DESCRIPTION
Print selected parts of lines from each FILE to standard output.
Mandatory arguments to long options are mandatory for short options too.
-b, --bytes=LIST
select only these bytes
We are using below file for demo:
...
Read more »