Re: Directory overwriting

2006-07-03 Thread Rodolfo Medina
/to/dir . , if the directory already exists it is not removed, but the new one just adds files to the old one. Would it be possible, and how?, to have with directory overwriting the same behaviour we have with file overwriting? Mike McCarty writes: I think what you want is rsync

Re: Directory overwriting

2006-05-30 Thread Mike McCarty
. , if the directory already exists it is not removed, but the new one just adds files to the old one. Would it be possible, and how?, to have with directory overwriting the same behaviour we have with file overwriting? I think what you want is rsync. The techniques you saw posted earlier

Re: Directory overwriting

2006-05-26 Thread Rodolfo Medina
/to/dir . , if the directory already exists it is not removed, but the new one just adds files to the old one. Would it be possible, and how?, to have with directory overwriting the same behaviour we have with file overwriting? Roberto C. Sanchez wrote: You could probably write a script

Re: Directory overwriting

2006-05-25 Thread Rodolfo Medina
/to/dir . , if the directory already exists it is not removed, but the new one just adds files to the old one. Would it be possible, and how?, to have with directory overwriting the same behaviour we have with file overwriting? Roberto C. Sanchez wrote: You could probably write a script

Directory overwriting

2006-05-22 Thread Rodolfo Medina
already exists it is not removed, but the new one just adds files to the old one. Would it be possible, and how?, to have with directory overwriting the same behaviour we have with file overwriting? Thanks, Rodolfo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

Re: Directory overwriting

2006-05-22 Thread Roberto C. Sanchez
. , if the directory already exists it is not removed, but the new one just adds files to the old one. Would it be possible, and how?, to have with directory overwriting the same behaviour we have with file overwriting? You could probably write a script to replace the current cp command: #!/bin

Re: Directory overwriting

2006-05-22 Thread Digby Tarvin
it is not the same: when I do: $ cp -vr /path/to/dir . , if the directory already exists it is not removed, but the new one just adds files to the old one. Would it be possible, and how?, to have with directory overwriting the same behaviour we have with file overwriting? Thanks, Rodolfo