lower <name> {,<dest>}
Convert the contents of a text file to lower case.
<name>
The name of the file to be converted.
<dest>
The name of the file into which to put the result. If omitted, <name>
is converted in place.
-c
If the <dest>
file exists, prompt for confirmation before it is replaced.
Convert in situ.
lower names.dat
Convert to another file.
lower upfile, lowfile
Commands: |
|
Identifiers: |