home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / SMAILBIN.ZIP / DOC.ZIP / LCASEP.MAN < prev    next >
Encoding:
Text File  |  1990-04-03  |  1.0 KB  |  67 lines

  1.  
  2.  
  3.  
  4.                                                         LCASEP(8)
  5.  
  6.  
  7.  
  8. NAME
  9.      lcasep - convert first field to lower case
  10.  
  11. SYNOPSIS
  12.      lcasep [ -f infile ] [ -o outfile ]
  13.  
  14. DESCRIPTION
  15.      _L_c_a_s_e_p converts all upper case characters in the first field
  16.      of each input line to lower case and writes the line to its
  17.      output.  By default, _l_c_a_s_e_p reads from the standard input
  18.      and writes to the standard output.  Fields are delimited by
  19.      a tab (ascii 0x9) character.  It is used in preparation for
  20.      sorting _s_m_a_i_l's _p_a_t_h_s database.  There is a bug in _s_o_r_t -_f
  21.      that causes non-alphanumeric keys to be sorted incorrectly.
  22.      Conversion before sorting avoids this bug.
  23.  
  24. SEE ALSO
  25.      pathalias - by Peter Honeyman
  26.      smail(8), paths(8), pathproc(8)
  27.  
  28. VERSION
  29.      @(#)lcasep.8   2.5 (smail) 9/15/87
  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.                                                                 1
  64.  
  65.  
  66.  
  67.