Copy files on Linux shell that have been modified or added within the last X minutes
Here is a short script that helped me to copy files that have ben modified within the last 60 minutes to a new directory. The script uses a combination of the find and cp commands, it has to be run inside the directory that contains the new files. In this example, I will copy all ... Read more