cut - remove sections from each line of files
cut [OPTION]... [FILE]...
Print selected parts of lines from each FILE to standard output.
Mandatory arguments to long options are mandatory for short options too.
Use one, and only one of -b, -c or -f. Each LIST is made up of one range, or many ranges separated by commas. Selected input is written in the same order that it is read, and is written exactly once. Each range is one of:
With no FILE, or when FILE is -, read standard input.
Written by David Ihnat, David MacKenzie, and Jim Meyering.
Report bugs to <bug-coreutils@gnu.org>.
Copyright (C) 2006 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law.
The full documentation for cut is maintained as a Texinfo manual. If the info and cut programs are properly installed at your site, the command
info cut
should give you access to the complete manual.