Re: question for cp tools

2005-03-06 Thread Jim Meyering
Paul Eggert [EMAIL PROTECTED] writes: OK, I've just submitted an Aardvark for this to the POSIX folks (my reference number 20050304a). ... https://www.opengroup.org/sophocles/show_mail.tpl?source=Llistname=austin-review-lid=1907 Thanks for doing that!

Re: question for cp tools

2005-03-05 Thread Jim Meyering
Hi Bob, I've noticed that my use of `source' below might be misunderstood. Here's a snippet from the documentation that should help: mv [OPTION]... SOURCE DEST mv [OPTION]... SOURCE... DIRECTORY [EMAIL PROTECTED] (Bob Proulx) wrote: ... I know this is one of the features that you

Re: question for cp tools

2005-03-05 Thread Bob Proulx
Hi Jim Jim Meyering wrote: I've noticed that my use of `source' below might be misunderstood. Here's a snippet from the documentation that should help: mv [OPTION]... SOURCE DEST mv [OPTION]... SOURCE... DIRECTORY I can see that you are emphasizing the difference between the set

Re: question for cp tools

2005-03-05 Thread Jim Meyering
[EMAIL PROTECTED] (Bob Proulx) wrote: Jim Meyering wrote: I've noticed that my use of `source' below might be misunderstood. Here's a snippet from the documentation that should help: mv [OPTION]... SOURCE DEST mv [OPTION]... SOURCE... DIRECTORY I can see that you are emphasizing

Re: question for cp tools

2005-03-04 Thread Paul Eggert
Jim Meyering [EMAIL PROTECTED] writes: $ mkdir a b c $ touch {a,b}/important.h $ cp a/*.h b/*.h c cp: will not overwrite just-created `c/important.h' with `b/important.h' Hmm, does POSIX allow this behavior? I just visited

Re: question for cp tools

2005-03-04 Thread Jim Meyering
Paul Eggert [EMAIL PROTECTED] wrote: Jim Meyering [EMAIL PROTECTED] writes: $ mkdir a b c $ touch {a,b}/important.h $ cp a/*.h b/*.h c cp: will not overwrite just-created `c/important.h' with `b/important.h' Hmm, does POSIX allow this behavior? I just visited

Re: question for cp tools

2005-03-04 Thread Paul Eggert
Jim Meyering [EMAIL PROTECTED] writes: It's be nice to fix POSIX. OK, I've just submitted an Aardvark for this to the POSIX folks (my reference number 20050304a). ___ Bug-coreutils mailing list Bug-coreutils@gnu.org

Re: question for cp tools

2005-03-04 Thread Bob Proulx
Jim Meyering wrote: Right. My motivation for adding this `feature' was to prevent `mv a/* b/* dir' from destroying (silently!) user data. By the same token, a successful invocation of `cp a/* b/* dir' might well be followed by rm -rf a b. I know this is one of the features that you really

Re: question for cp tools

2005-03-03 Thread Jim Meyering
¤´Æ [EMAIL PROTECTED] wrote: Hello. I have a question for cp tools. CP tool is so convenient for make processing, but I¡¯ve had trouble with copying some files. cp: will not overwrite just-created `../../1H/uimdrv.h' with `../../services/uim/uimdrv.h' cp: will not overwrite just-created