
cut | 107
Linux
Commands
This is the Title of the Book, eMatter Edition
Copyright © 2006 O’Reilly & Associates, Inc. All rights reserved.
-N Use ex pattern commands to locate tags. Same as --excmd=
pattern.
-S, --ignore-indentation
Normally ctags uses indentation to parse the tag file; this
option tells ctags to rely on indentation less.
-T, --typedefs-and-c++
Include tag entries for typedefs, structs, enums, unions, and
C++ member functions.
-V, --version
Print the version number and exit.
cupsd
cupsd options
System administration command. Start the print scheduler for the
Common UNIX Printing System.
Options
-c file
Use specified configuration file instead of /etc/cups/cupsd.
conf.
-f Run scheduler in foreground.
-F Run scheduler in foreground but detach it from the control-
ling terminal and current directory. Sometimes used when
running cupsd from init.
cut
cut options [files]
Cut out selected columns or fields from one or more files.Inthe
following options, list is a sequence of integers. Use a comma between
separate values, and a hyphen to specify a range (e.g., 1-10,15,20 or
50-). See also paste and join.
Options
-b list, --bytes list
Specify list of positions; only bytes in these positions will be
printed.
-c list, --characters list
Cut the column positions identified in list. Column numbers
start with 1.
-d c, --delimiter c
Use with -f to specify field delimiter as character c (default is
tab); special characters ...