COHERENT help
This page displays the COHERENT help information for cut.
Listing of available help pages
cut -- Select portions of each line of its input
cut -clist [file ...]
cut -flist [-s] [-d char] [file ...]
Options:
-clist list specifies character positions
-dchar Use char as field delimiter
-flist list specifies fields
-s Suppress every line that does not contain a field delimiter




