home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / EFFO / pd7.lzh / DOC / psc.doc next >
Text File  |  1990-04-01  |  2KB  |  133 lines

  1.  
  2.  
  3.  
  4.                                                            PSC(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      psc - prepare sc files
  10.  
  11. SYNOPSIS
  12.      psc [ -Lkr ] [ -s cell ] [ -R n ] [ -C n ] [ -n n ] [ -d
  13.      c ]
  14.  
  15.  
  16. DESCRIPTION
  17.      Psc is used to prepare data for input to the spread sheet
  18.      calculator sc(1). It accepts normal ascii data on stan-
  19.      dard input.  Standard output is a sc file.  With no
  20.      options, psc starts the spread sheet in cell A0.  Strings
  21.      are right justified.  All data on a line is entered on the
  22.      same row; new input lines cause the output row number to
  23.      increment by one.  The default delimiters are tab and space.
  24.      The column formats are set to one larger than the number of
  25.      columns required to hold the largest value in the column.
  26.  
  27.      Options:
  28.  
  29.  
  30.      -L   Left justify strings.
  31.  
  32.  
  33.      -k   Keep all delimiters.  This option causes the output
  34.           cell to change on each new delimiter encountered in the
  35.           input stream.   The default action is to condense mul-
  36.           tiple delimters to one, so that the cell only changes
  37.           once per input data item.
  38.  
  39.  
  40.      -r   Output the data by row first then column.  For input
  41.           consisting of a single column, this option will result
  42.           in output of one row with multiple columns instead of a
  43.           single column spread sheet.
  44.  
  45.  
  46.      -s cell
  47.           Start the top left corner of the spread sheet in cell.
  48.           For example, -s B33 will arrange the output data so
  49.           that the spread sheet starts in column B, row 33.
  50.  
  51.  
  52.      -R n Increment by n on each new output row.
  53.  
  54.  
  55.      -C n Increment by n on each new output column.
  56.  
  57.  
  58.      -n n Output n rows before advancing to the next column.
  59.           This option is used when the input is arranged in a
  60.  
  61.  
  62.  
  63.                                                                 1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.    PSC(1)
  71.  
  72.  
  73.  
  74.           single column and the spread sheet is to have multiple
  75.           columns, each of which is to be length n.
  76.  
  77.  
  78.      -d c Use the single character c as the delimiter between
  79.           input fields.
  80.  
  81.  
  82. SEE ALSO
  83.      sc(1)
  84.  
  85.  
  86. AUTHOR
  87.      Robert Bond
  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. 2
  130.  
  131.  
  132.  
  133.