Purpose

Convert all of the passed text to upper case.

Usage

toupper <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 uppercase

toupper red