Score:0

How do I copy only files of a certain date range?

ae flag

I wanted to copy files that were created within a week. I have a glut of hundreds of photos and I wanted to separate them into folders for each week to make them easier to manage. What terminal commands can I use to do this?

Score:0
cn flag

Try or explore This Command...

find A -ctime -18 -ctime +1 -exec cp \{\} B/ \;

This command of for [2015-01-01 to 2015-01-08] dates but You can modify your date respectively..

I haven't tried it on my machine .. but I guess it will work fine !

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.