blob: e776ac16d5cc766ad59183253bea5f1a5be99919 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
.help ucase Jan85 utilities
.ih
NAME
ucase -- convert text files to upper case
.ih
USAGE
ucase files
.ih
PARAMETERS
.ls 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.
.le
.ih
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.
.ih
EXAMPLES
1. Convert a list of files to upper case
.nf
cl> ucase *.x
.fi
.ih
SEE ALSO
lcase
.endhelp
|