Ray Parrish wrote: > bash: printf: 08: invalid number > 0 > bash: printf: 09: invalid number
Arithmetic expression/base specifications: http://bash-hackers.org/wiki/doku.php/syntax/arith_expr#different_bases Seems to apply for all numerical formats for printf, too. J.