Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 674 Bytes

README.md

File metadata and controls

53 lines (28 loc) · 674 Bytes

capit(1) - capitalise from stdin to stdout

Kozmix Go, 27-JUN-2022

capit [-u -l -c ] [-L lang]

Description

capit reads lines from stdin and outputs them to stdout with capitalisation changed as follows:

  • -u
    change all characters to uppercase
  • -l
    change all characters to lowercase
  • -c
    capitalise all words (the default)

There is one additional optional option:

  • -L lang
    use capitalisation rules for language "lang" (defaults to English)

See Also

manglename(1)

Bugs

Surely none.

Author

svm