> There is dircp (in tar(1)) for moving trees around, or the long-form " @{cd
> fromdir && tar cp .} | @{cd todir && tar xT} ", if you prefer.

I know that. It's a copy, not move.

> But "behavior deviates from the similarly-named command in
> lunix" cannot be the definition of "bug."

I just can't see any reason why to mention anything about any bug. I
didn't do that.

> Again, "What should mv do to a tree that resides on multiple file servers?"

what about: mv dirA dirB ==
mkdir dirB
dircp dirA dirB
rm -r dirA

... if you are able to 'rm -r' (which also may span multiple
fileservers) than I don't see any trouble with moving the directories.
Ruda

Reply via email to