Skip to content

sanderness66/capit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

capit - capitalise from stdin to stdout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published