home
|
O'Reilly's CD bookshelfs
|
FreeBSD
|
Linux
|
Cisco
|
Cisco Exam
Chapter 11
The awk Programming Language
toupper
toupper(
str
)
Translate all lowercase characters in
str
to uppercase and return the new string. {N}
Reference: tolower
Reference: while