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