freebsd-skq/contrib/awk/test/intprec.awk
1997-10-14 18:17:11 +00:00

2 lines
40 B
Awk

BEGIN { printf "%.10d:%.10x\n", 5, 14 }