_==0 "exec" "awk" "-f" "$0" function f(s, t,i) { for (i=1;i<=length(s);i++) t+=substr(s,i,1) return t } { print f($0) }