1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415
|
@node columns Invocation
@section Invoking columns
@pindex columns
@cindex Columnize Input Text
@ignore
# -*- buffer-read-only: t -*- vi: set ro:
#
# DO NOT EDIT THIS FILE (invoke-columns.texi)
#
# It has been AutoGen-ed
# From the definitions ./opts.def
# and the template file agtexi-cmd.tpl
@end ignore
This program was designed for the purpose of generating compact,
columnized tables. It will read a list of text items from standard
in or a specified input file and produce a columnized listing of
all the non-blank lines. Leading white space on each line is
preserved, but trailing white space is stripped. Methods of
applying per-entry and per-line embellishments are provided.
See the formatting and separation arguments below.
This program is used by AutoGen to help clean up and organize
its output.
See @file{autogen/agen5/fsm.tpl} and the generated output
@file{pseudo-fsm.h}.
This function was not implemented as an expression function because
either it would have to be many expression functions, or a provision
would have to be added to provide options to expression functions.
Maybe not a bad idea, but it is not being implemented at the moment.
A side benefit is that you can use it outside of @code{autogen} to
columnize input, a la the @code{ls} command.
This section was generated by @strong{AutoGen},
using the @code{agtexi-cmd} template and the option descriptions for the @code{columns} program.
This software is released under the GNU General Public License, version 3 or later.
@menu
* columns usage:: columns help/usage (@option{--help})
* columns dimensions:: dimensions options
* columns treatment:: treatment options
* columns ordering:: ordering options
* columns input-text:: input-text options
* columns config:: presetting/configuring columns
* columns exit status:: exit status
* columns See Also:: See Also
@end menu
@node columns usage
@subsection columns help/usage (@option{--help})
@cindex columns help
This is the automatically generated usage text for columns.
The text printed is the same whether selected with the @code{help} option
(@option{--help}) or the @code{more-help} option (@option{--more-help}). @code{more-help} will print
the usage text by passing it through a pager program.
@code{more-help} is disabled on platforms without a working
@code{fork(2)} function. The @code{PAGER} environment variable is
used to select the program, defaulting to @file{more}. Both will exit
with a status code of 0.
@exampleindent 0
@example
columns (GNU AutoGen) - Columnize Input Text - Ver. 1.2
Usage: columns [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
Specify the output dimensions:
Flg Arg Option-Name Description
-W Num width Maximum Line Width
- it must be in the range:
16 to 4095
-c Num columns Desired number of columns
- it must be in the range:
1 to 2048
-w Num col-width Set width of each column
- it must be in the range:
1 to 2048
Num tab-width tab width
Specify how to lay out the text:
Flg Arg Option-Name Description
Num spread maximum spread added to column width
- it must be in the range:
1 to 1024
no fill Fill lines with input
- prohibits these options:
spread
col-width
by-columns
-I Str indent Line prefix or indentation
Str first-indent First line prefix
- requires the option 'indent'
-f Str format Formatting string for each input
-S Str separation Separation string - follows all but last
Str line-separation string at end of all lines but last
Str ending string at end of last line
Specify the ordering of the entries:
Flg Arg Option-Name Description
no by-columns Print entries in column order
-s opt sort Sort input text
Redirecting stdin to an alternate file:
Flg Arg Option-Name Description
-i Str input Input file (if not stdin)
Version, usage and configuration options:
Flg Arg Option-Name Description
-v opt version output version information and exit
-? no help display extended usage information and exit
-! no more-help extended usage information passed thru pager
-> opt save-opts save the option state to a config file
-< Str load-opts load options from a config file
- disabled as '--no-load-opts'
- may appear multiple times
Options are specified by doubled hyphens and their name or by a single
hyphen and the flag character.
The following option preset mechanisms are supported:
- reading file ./.columnsrc
- reading file $HOME/.columnsrc
- examining environment variables named COLUMNS_*
Please send bug reports to: <autogen-users@@lists.sourceforge.net>
@end example
@exampleindent 4
@node columns dimensions
@subsection dimensions options
Specify the output dimensions.
@subsubheading width option (-W).
@anchor{columns width}
@cindex columns-width
This is the ``maximum line width'' option.
This option takes a number argument @file{num}.
This option specifies the full width of the output line,
including any start-of-line indentation. The output will fill
each line as completely as possible, unless the column width has
been explicitly specified. If the maximum width is less than
the length of the widest input, you will get a single column
of output.
@subsubheading columns option (-c).
@anchor{columns columns}
@cindex columns-columns
This is the ``desired number of columns'' option.
This option takes a number argument @file{count}.
Use this option to specify exactly how many columns to produce.
If that many columns will not fit within @var{line_width}, then
the count will be reduced to the number that fit.
@subsubheading col-width option (-w).
@anchor{columns col-width}
@cindex columns-col-width
This is the ``set width of each column'' option.
This option takes a number argument @file{num}.
Use this option to specify exactly how many characters are to be
allocated for each column. If it is narrower than the widest entry,
it will be over-ridden with the required width.
@subsubheading tab-width option.
@anchor{columns tab-width}
@cindex columns-tab-width
This is the ``tab width'' option.
This option takes a number argument @file{num}.
If an indentation string contains tabs, then this value is used to
compute the ending column of the prefix string.
@node columns treatment
@subsection treatment options
Specify how to lay out the text.
@subsubheading spread option.
@anchor{columns spread}
@cindex columns-spread
This is the ``maximum spread added to column width'' option.
This option takes a number argument @file{num}.
Use this option to specify exactly how many characters may be
added to each column. It allows you to prevent columns from
becoming too far apart. Without this option, @file{columns}
will attempt to widen columns to fill the full width.
@subsubheading fill option.
@anchor{columns fill}
@cindex columns-fill
This is the ``fill lines with input'' option.
@noindent
This option has some usage constraints. It:
@itemize @bullet
@item
must not appear in combination with any of the following options:
spread, col_width, by_columns.
@end itemize
Instead of columnizing the input text, fill the output lines
with the input lines. Blank lines on input will cause a
blank line in the output, unless the output is sorted.
With sorted output, blank lines are ignored.
@subsubheading indent option (-I).
@anchor{columns indent}
@cindex columns-indent
This is the ``line prefix or indentation'' option.
This option takes a string argument @file{l-pfx}.
If a number, then this many spaces will be inserted at the start of
every line. Otherwise, it is a line prefix that will be inserted
at the start of every line.
@subsubheading first-indent option.
@anchor{columns first-indent}
@cindex columns-first-indent
This is the ``first line prefix'' option.
This option takes a string argument @file{l-pfx}.
@noindent
This option has some usage constraints. It:
@itemize @bullet
@item
must appear in combination with the following options:
indent.
@end itemize
If a number, then this many spaces will be inserted at the start of
the first line. Otherwise, it is a line prefix that will be inserted
at the start of that line. If its length exceeds "indent", then it
will be emitted on a line by itself, suffixed by any line separation
string. For example:
@example
$ columns --first='#define TABLE' -c 2 -I4 --line=' \' <<_EOF_
one
two
three
four
_EOF_
#define TABLE \
one two \
three four
@end example
@subsubheading format option (-f).
@anchor{columns format}
@cindex columns-format
This is the ``formatting string for each input'' option.
This option takes a string argument @file{fmt-str}.
If you need to reformat each input text, the argument to this
option is interpreted as an @code{sprintf(3)} format that is used
to produce each output entry.
@subsubheading separation option (-S).
@anchor{columns separation}
@cindex columns-separation
This is the ``separation string - follows all but last'' option.
This option takes a string argument @file{sep-str}.
Use this option if, for example, you wish a comma to appear after
each entry except the last.
@subsubheading line-separation option.
@anchor{columns line-separation}
@cindex columns-line-separation
This is the ``string at end of all lines but last'' option.
This option takes a string argument @file{sep-str}.
Use this option if, for example, you wish a backslash to appear at
the end of every line, except the last.
@subsubheading ending option.
@anchor{columns ending}
@cindex columns-ending
This is the ``string at end of last line'' option.
This option takes a string argument @file{end-str}.
This option puts the specified string at the end of the output.
@node columns ordering
@subsection ordering options
Specify the ordering of the entries.
@subsubheading by-columns option.
@anchor{columns by-columns}
@cindex columns-by-columns
This is the ``print entries in column order'' option.
Normally, the entries are printed out in order by rows and then columns.
This option will cause the entries to be ordered within columns.
The final column, instead of the final row, may be shorter than the
others.
@subsubheading sort option (-s).
@anchor{columns sort}
@cindex columns-sort
This is the ``sort input text'' option.
This option takes an optional string argument @file{key-pat}.
Causes the input text to be sorted. If an argument is supplied,
it is presumed to be a pattern and the sort is based upon the
matched text. If the pattern starts with or consists of
an asterisk (@code{*}), then the sort is case insensitive.
@node columns input-text
@subsection input-text options
Redirecting stdin to an alternate file.
@subsubheading input option (-i).
@anchor{columns input}
@cindex columns-input
This is the ``input file (if not stdin)'' option.
This option takes a string argument @file{file}.
This program normally runs as a @code{filter}, reading from standard
input, columnizing and writing to standard out. This option redirects
input to a file.
@node columns config
@subsection presetting/configuring columns
Any option that is not marked as @i{not presettable} may be preset by
loading values from configuration ("rc" or "ini") files, and values from environment variables named @code{COLUMNS} and @code{COLUMNS_<OPTION_NAME>}. @code{<OPTION_NAME>} must be one of
the options listed above in upper case and segmented with underscores.
The @code{COLUMNS} variable will be tokenized and parsed like
the command line. The remaining variables are tested for existence and their
values are treated like option arguments.
@noindent
@code{libopts} will search in 2 places for configuration files:
@itemize @bullet
@item
$PWD
@item
$HOME
@end itemize
The environment variables @code{PWD}, and @code{HOME}
are expanded and replaced when @file{columns} runs.
For any of these that are plain files, they are simply processed.
For any that are directories, then a file named @file{.columnsrc} is searched for
within that directory and processed.
Configuration files may be in a wide variety of formats.
The basic format is an option name followed by a value (argument) on the
same line. Values may be separated from the option name with a colon,
equal sign or simply white space. Values may be continued across multiple
lines by escaping the newline with a backslash.
Multiple programs may also share the same initialization file.
Common options are collected at the top, followed by program specific
segments. The segments are separated by lines like:
@example
[COLUMNS]
@end example
@noindent
or by
@example
<?program columns>
@end example
@noindent
Do not mix these styles within one configuration file.
Compound values and carefully constructed string values may also be
specified using XML syntax:
@example
<option-name>
<sub-opt>...<...>...</sub-opt>
</option-name>
@end example
@noindent
yielding an @code{option-name.sub-opt} string value of
@example
"...<...>..."
@end example
@code{AutoOpts} does not track suboptions. You simply note that it is a
hierarchicly valued option. @code{AutoOpts} does provide a means for searching
the associated name/value pair list (see: optionFindValue).
The command line options relating to configuration and/or usage help are:
@subsubheading version (-v)
Print the program version to standard out, optionally with licensing
information, then exit 0. The optional argument specifies how much licensing
detail to provide. The default is to print just the version. The licensing information may be selected with an option argument.
Only the first letter of the argument is examined:
@table @samp
@item version
Only print the version. This is the default.
@item copyright
Name the copyright usage licensing terms.
@item verbose
Print the full copyright usage licensing terms.
@end table
@node columns exit status
@subsection columns exit status
One of the following exit values will be returned:
@table @samp
@item 0 (EXIT_SUCCESS)
Successful program execution.
@item 1 (EXIT_FAILURE)
The operation failed or the command syntax was not valid.
@item 66 (EX_NOINPUT)
A specified configuration file could not be loaded.
@item 70 (EX_SOFTWARE)
libopts had an internal operational error. Please report
it to autogen-users@@lists.sourceforge.net. Thank you.
@end table
@node columns See Also
@subsection columns See Also
This program is documented more fully in the Columns section
of the Add-On chapter in the @code{AutoGen} Info system documentation.
|