Няма описание

muhammed dd8102f92b Merge branch 'muhammed' into notabug преди 1 година
LICENSE 7c92692e1a add LICENSE преди 1 година
Makefile d22ad64d41 add tcc to cc variable преди 1 година
README.md 1f7ef3b713 fix преди 1 година
TODO 022f640df5 fix '-f' bug преди 1 година
upper 57fc17960f Avoid using strlen in the inner loAvoid using strlen in the inner loop: The strlen function is called inside the loop, which can be slow for large strings. преди 1 година
upper.1 7f25f77cfb remove '-f' bug преди 1 година
upper.c c7960e3a98 one puts function преди 1 година

README.md

upper(1) - General Commands Manual

NAME

upper - convert characters from lowercase to uppercase

SYNOPSIS

upper [options] [string1 string2 ...]

DESCRIPTION

upper convert characters in strings from lowercase to uppercase

OPTIONS

-f first character only

EXAMPLES

$ 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.

LICENSE

See the LICENSE file for the terms of redistribution.

BUGS

See the TODO file in the distribution.

- January 31, 2023