Forceful Copy
Hello,I am working on SSH and was trying to copy some files from my other folder to one folder.
I type the following command :
cp -Rf /home/.... /home/abc/123
But it still keep prompting to ask my confirmation on whether to overwrite the files on /123 directory.I wish to directly overwrite the files without any confirmation.
Can some one tell me the command to do so?
Thanks.
Andy