Google
×

cut

Unix-like operating system command
In computing, cut is a command line utility on Unix and Unix-like operating systems which is used to extract sections from each line of input — usually from a file. It is currently part of the GNU coreutils package and the BSD Base System. Wikipedia
Example: cut -d : -f 1,7 /etc/passwd
Syntax: cut -f list -s -d delim file ...
Original author: Nokia Bell Labs
Operating system: Unix, Unix-like, IBM i