I've been trying to copy the contents of a partition (source) to
another partition (destination) that has a large number
of files that need to be overwritten. The command I've tried is:
# cp -apRv source/* /destination/
The command works but it requires that I manually respond 'yes' for each
overwrite. I thought that the r or R option
would do an automatic overwrite but apparently it doesn't.
What should the option be to do automatic overwrites with the ' cp '
command?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
- Re: automatic overwrite with cp alex
- Re: automatic overwrite with cp Johann Koenig
- Re: automatic overwrite with cp Roberto Sanchez
- Re: automatic overwrite with cp Andrew Perrin
- Re: automatic overwrite with cp alex
- Re: automatic overwrite with cp Kevin McKinley
- Re: automatic overwrite with cp Colin Watson
- Re: automatic overwrite with cp alex

