summaryrefslogtreecommitdiff
path: root/test/numsubstr.awk
blob: 7a30993b83dd6d89e879dcfc8ee3f3b0da0b0396 (plain)
1
{ print substr(1000+$1, 2) }