home *** CD-ROM | disk | FTP | other *** search
-
-
-
- LCASEP(8)
-
-
-
- NAME
- lcasep - convert first field to lower case
-
- SYNOPSIS
- lcasep [ -f infile ] [ -o outfile ]
-
- DESCRIPTION
- _L_c_a_s_e_p converts all upper case characters in the first field
- of each input line to lower case and writes the line to its
- output. By default, _l_c_a_s_e_p reads from the standard input
- and writes to the standard output. Fields are delimited by
- a tab (ascii 0x9) character. It is used in preparation for
- sorting _s_m_a_i_l's _p_a_t_h_s database. There is a bug in _s_o_r_t -_f
- that causes non-alphanumeric keys to be sorted incorrectly.
- Conversion before sorting avoids this bug.
-
- SEE ALSO
- pathalias - by Peter Honeyman
- smail(8), paths(8), pathproc(8)
-
- VERSION
- @(#)lcasep.8 2.5 (smail) 9/15/87
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
-
-
-