The cut command in UNIX is a command for cutting out the sections from
each line of files and writing the result to standard output. It can be
used to cut parts of a line by byte position, character and field.
Basically the cut command slices a line and extracts the text. It is
necessary to specify option with command otherwise it gives error.
No comments:
Post a Comment