HardenedBSD/contrib/awk/test/numsubstr.awk

2 lines
29 B
Awk
Raw Normal View History

1997-10-14 20:17:11 +02:00
{ print substr(1000+$1, 2) }