[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: printf expert system idea; gawk printf peculiarity
From: |
Hans-Bernhard Broeker |
Subject: |
Re: printf expert system idea; gawk printf peculiarity |
Date: |
29 Oct 2001 15:59:04 GMT |
Dan Jacobson <address@hidden> wrote:
[...]
> i.e. input=20.111; printf %???, input #will give me 20.1, and so forth...
input = 20.111
printf "%.1f\n", input
works fine, here.
--
Hans-Bernhard Broeker (address@hidden)
Even if all the snow were burnt, ashes would remain.