Answers for "how would you copy all the HTML files from one directory to another, but only copy files that did not exist in the destination directory or were newer than the versions in the destination directory?"

0

how would you copy all the HTML files from one directory to another, but only copy files that did not exist in the destination directory or were newer than the versions in the destination directory?

cp -u *.html ..
Posted by: Guest on March-06-2022

Code answers related to "how would you copy all the HTML files from one directory to another, but only copy files that did not exist in the destination directory or were newer than the versions in the destination directory?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language