Dear Coreutils developers, I’ve noticed that the timeout tool does not terminate the program being run, if the specified timeout is 0. I was wondering whether that’s an expected behaviour.
I’ve tried it under Ubuntu 14.04, with timeout version 9.21. The test command I used was: timeout 0 find / type -f Thank you, Tomek
