The find utility has an option to find a file newer than another file. By creating an empty file with a specific creation date we can do the search:
touch timestamp -d 2010-01-01
To show all files newer than 2010-01-01 use:
find . -newer timestamp
Or to create a tar archive of them use xargs like so:
find . -newer timestamp | xargs tar -rf /root/filesnewerthan-2010-01-01.tar
Easy.
Get behind the scenes at Learnosity with quarterly insights, inspiration, and updates.
52% of UK teachers have considered quitting over marking demands. New research shows many are open to AI—if it truly reduces workload.
A third of US teachers considered quitting due to grading workload. New research shows growing burnout—and openness to AI-powered solutions.
AI is changing how we think about assessment. Learnosity’s AI Labs is the team tasked with rising to the challenge. Here, software engineer Rodrigo Pessoa tells us about the motivations driving the innovations