On 8/22/06, Frederik Eaton <[EMAIL PROTECTED]> wrote:
Perhaps the "Text file busy" error is Unix-specific, but I can imagine
cases where somebody (other than the OS) might open a file with a
well-known name and read from various parts of it, and expect it not
to change underneath them...
Then h
Isn't this Unix specific bug? If that is the case then maybe unlinking
should be optional.
Cheers,
Krasimir
On 8/22/06, Frederik Eaton <[EMAIL PROTECTED]> wrote:
Dear bug-coreutils,
We are trying to decide what the semantics of the Haskell standard
library function 'copyFile' should be. The