Linux command to copy a directory without overwrite prompt

Linux command to copy a directory without overwrite prompt

 

# yes | cp -R /copy/all/from/dir/* /copy/all/to/dir

Share