martin f krafft <[EMAIL PROTECTED]> wrote: > also sprach Jim Meyering <[EMAIL PROTECTED]> [2006.08.18.1323 +0100]: >> Thanks for the report. >> I doubt this is worth changing on coreutils' stable branch. >> In coreutils-6.0, I get this: >> >> mv: cannot move `foo/bar' to `./bar': Directory not empty > > Wait, so I cannot move non-empty directories anymore???
Your example tried to move a nonempty directory to a new place, where the new place is already occupied by a nonempty directory. mv has never been able to do that. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

