lcase: Convert a file to lower case

Package: utilities

Usage

lcase files

Parameters

files
The list of text files to be converted to lower case. If more than one text file is specified as input the suffix .lc is appended to the input file name to create the output file name.

Description

LCASE takes input from a list of text files or the standard input, converts the text to lower case and prints the result on the standard output. If multiple files are specified as input, the suffix .lc is appended to the input file name to create the output file name.

Examples

1. Convert a list of files to lower case

cl> lcase *.x

See also

ucase