freebsd-dev/contrib/awk/test/zeroflag.awk
2000-08-15 10:02:07 +00:00

2 lines
43 B
Awk

BEGIN { printf("%2.1d---%02.1d\n", 2, 2) }