home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / smail25.lzh / BNU / SMAIL_2.5 / MAN / lcasep.8 < prev    next >
Text File  |  1993-05-24  |  742b  |  29 lines

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