2 lines
79 B
Text
2 lines
79 B
Text
|
|
#/bin/sh
|
||
|
|
echo $@ | sed 's/\(^.\)\(.*\)/\1 \2/' | awk '{ print toupper($1)$2 }'
|