Skip to main content
Not related to the `echo` command
Source Link
l0b0
  • 53.6k
  • 48
  • 225
  • 398

Is there a way to have cp's --update option echo outprint files that did not copy because the source directory contained a newer version of the file?

Is there a way to have cp's -update option echo out files that did not copy because the source directory contained a newer version of the file?

Is there a way to have cp's --update option print files that did not copy because the source directory contained a newer version of the file?

Post Migrated Here from stackoverflow.com (revisions)
Source Link
Newwisdom01
Newwisdom01

Invoking cp from within BASH and using the -u option

Is there a way to have cp's -update option echo out files that did not copy because the source directory contained a newer version of the file?