Previous: sdds2mpl
Up: Manual Pages
Next: sddscollapse
Previous Page: sdds2mpl
Next Page: sddscollapse
- name:
sdds2stream
- description:
sdds2stream provides stream output to the standard output of data values from a group of columns or parameters.
Each line of the output contains a different row of the tabular data or a different parameter.
Values from different columns are separated by the delimiter string.
If -table is not employed, all data tables are output sequentially.
If multiple filenames are given, the files are processed sequentially in the order given.
- synopsis:
sdds2stream SDDSinput [ SDDSinput...]
[-table= table-number] [-delimter= delimiting-string]
{ -columns= column-name[, column-name...] | -parameters= parameter-name[, parameter-name...] }
- options:
- columns - Specifies the names of the columns for which output is desired. For each row of each
data table, the specified columns are printed on a single line, separated by the delimiting string. The
default delimiting string is a single space.
- parameters - Specifies the names of the parameters for which output is desired. For each row of each
data table, the specified parameters are printed on a single line, separated by the delimiting string. However,
since the default delimiting string is a newline, the parameters end up on separate lines.
- delimiter - Specifies the delimiting string to be printed to separate row entries or parameters. The
delimiter is printed with printf, so that any of the usual escape sequences may be employed.
- table - Specifies the number of the data table for which output is desired. The tables are numbered
sequentially beginning with 1.
borland@aps.anl.gov
Mon Jan 10 17:02:47 CST 1994