From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/utilities/doc/ucase.hlp | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pkg/utilities/doc/ucase.hlp (limited to 'pkg/utilities/doc/ucase.hlp') diff --git a/pkg/utilities/doc/ucase.hlp b/pkg/utilities/doc/ucase.hlp new file mode 100644 index 00000000..e776ac16 --- /dev/null +++ b/pkg/utilities/doc/ucase.hlp @@ -0,0 +1,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 -- cgit