Bruce Dubbs wrote:
To my mind it would be totally unexpected by most users.

I'm not sure I agree. It's reasonably common to see commands like this:

 tar cf - . | (cd /some/other/place && tar xf -)

where the intent is to copy everything about the current directory - including its ownership and permissions and subdirectory structure - to some other place.

Reply via email to