muhammed dd8102f92b Merge branch 'muhammed' into notabug | il y a 1 an | |
---|---|---|
LICENSE | il y a 1 an | |
Makefile | il y a 1 an | |
README.md | il y a 1 an | |
TODO | il y a 1 an | |
upper | il y a 1 an | |
upper.1 | il y a 1 an | |
upper.c | il y a 1 an |
upper(1) - General Commands Manual
upper - convert characters from lowercase to uppercase
upper [options] [string1 string2 ...]
upper convert characters in strings from lowercase to uppercase
-f first character only
$ upper string
STRING
$ upper string1 string2 string3
STRING1 STRING2 STRING3
$ upper -f string1 string2 string3
String1 String2 String3 See the LICENSE file for the authors.
See the LICENSE file for the terms of redistribution.
See the TODO file in the distribution.
- January 31, 2023