diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/utilities/doc/lcase.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/utilities/doc/lcase.hlp')
-rw-r--r-- | pkg/utilities/doc/lcase.hlp | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/pkg/utilities/doc/lcase.hlp b/pkg/utilities/doc/lcase.hlp new file mode 100644 index 00000000..4fa859c8 --- /dev/null +++ b/pkg/utilities/doc/lcase.hlp @@ -0,0 +1,32 @@ +.help lcase Jan85 utilities +.ih +NAME +lcase -- convert text files to lower case +.ih +USAGE +lcase files +.ih +PARAMETERS +.ls 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. +.le +.ih +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. +.ih +EXAMPLES +1. Convert a list of files to lower case + +.nf + cl> lcase *.x +.fi + +.ih +SEE ALSO +ucase +.endhelp |