Do you have Russian locale installed? Check against:
# LANG=ru_RU.UTF-8 printf "%f\\n" 15,6 This prints 15,600000 on my Debian with libc 2.3.2.ds1-22 and coreutils 5.0.91-2 On 7/19/06, Michael Stone <[EMAIL PROTECTED]> wrote:
On Wed, Jul 19, 2006 at 03:16:14PM +0400, Stepan Koltsov wrote: >sleep accepts float delay argument > >LANG=C sleep 0.01 works fine >LANG=ru_RU.UTF-8 sleep 0,01 works too >LANG=ru_RU.UTF-8 sleep 0.01 fails, but should work, to write scripts easier I don't get it.
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]