copying files

dabuddha

Lifer
Apr 10, 2000
19,579
17
81
I just did a build all on the software im working on and I need to copy all the scripts/executables to a different directory. Is there a flag or something with the cp command (linux) that will let me specify a date/time for which files I want to copy? All the files I want to copy have the same date/time (since they were built at the same time)
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
You could probably get away with using find with the -newer switch to compile the list of files to copy.