Rewrite case conversion scripts
This commit is contained in:
parent
6feacfe8ee
commit
f73cf241cf
6 changed files with 10 additions and 20 deletions
3
bin/upper
Executable file
3
bin/upper
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
tr '[:lower:]' '[:upper:]'
|
||||
Loading…
Add table
Add a link
Reference in a new issue