ucase: Convert a file to upper case

Package: utilities

Usage

ucase files

Parameters

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

Description

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

Examples

1. Convert a list of files to upper case

cl> ucase *.x

See also

lcase