How do I copy a file in Linux only when the file being copied is newer than the version at the destination?
If the file at the destination is newer, I want the file copy to not go ahead.
|
feedback
|
|
Using the update option (-u) with cp should do it for you. http://beginnerlinuxtutorial.com/help-tutorial/basic-linux-commands/cp-linux-copy-command/ | |||||
feedback
|
|
You're not saying what shell you're using, so I'm going to assume
| |||||
feedback
|