Hi,
I am using recent Cygwin on WindowsXP professional.
I have found this bug in when using /usr/bin/printf:
If printf "%4.0f" rounds its argument to 0, it only prints 3
characters instead of 4, e.g.:
$ printf "%4.0f\n%4.0f\n" 0 0.1
0
0
Can you also see this?
Originally, I have found this p
Hello,
I am using find 4.1 under Cygwin 1.3.10 / WinXP. I have observed that
find . -type d
is about 3 times slower than find . and about 100 times slower than
cmd.exe /C dir /B/S/AD
$ time find . -type d > /dev/null
0.39s user 1.12s system 93% cpu 1.617 total
$ time find . > /dev/n
2 matches
Mail list logo