ref: cdab944f806f94404b5f9bc0231ed1af43bcb888 dir: /bin/capitalize/
#!/bin/rc awk '{for(i=1;i<=NF;i++)sub(/./,toupper(substr($i,1,1)),$i)}1'