Purpose

Convert all of the passed text to lower case.

Usage

tolower <text>

Arguments

text = text string to be converted

Output

The converted text is written to stdout

Exit values

0 = normal completion
1 = no arguments

Example

1) convert the string "RED" to lowercase

tolower RED