[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: hexadecimal et printf



On Wed, Sep 04, 2002 at 09:42:47AM +0200, kamel wrote:
> aristote:~# printf "%d\n" 0xff
> bash: printf: 0xff: illegal number
> 
arno@tulip:~$ printf "%d\n" "0xff"
255

-- 
Arnaud Delobelle



Reply to: