Home » 2014 » December » 16

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 »
Category: Open System-Linux | Views: 1365 | Added by: shanky | Date: 2014-12-16 | Comments (0)