Initial commit
This commit is contained in:
commit
d3c6e29902
202 changed files with 3909 additions and 0 deletions
2
first_to_upper
Executable file
2
first_to_upper
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#/bin/sh
|
||||
echo $@ | sed 's/\(^.\)\(.*\)/\1 \2/' | awk '{ print toupper($1)$2 }'
|
||||
Loading…
Add table
Add a link
Reference in a new issue