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