_==0 "exec" "awk" "-f" "$0" function f(i) { return substr("yukicoder",i,1) } BEGIN{ isP=1 }/0/{ isP=0 }{ if (isP) print f($0) }