capitalize (1)
Leading comments
Copyright (C) 1999 by Martin Buck <mbuck@debian.org> Licensed under the GNU General Public License
NAME
capitalize - change case of textSYNOPSIS
capitalize -u|-l|-cDESCRIPTION
capitalize is a filter that changes the case of text sent through it. It reads text from stdin and writes the result to stdout.
Please note that capitalize is intended mainly to be run from XView's
text menu. It is used in the default text_extras_menu.
OPTIONS
- -u
- Convert all characters to upper case.
- -l
- Convert all characters to lower case.
- -c
-
Convert the first letter of words to upper case.