Answer the question
In order to leave comments, you need to log in
How to insert a regular expression in the find command?
To search for all files on the server whose modification dates are less than 1 month, I use the following command:
find /home/user -newermt $(date +%Y-%m-%d -d '1 month ago') -type f -print
com/trash/
? Thank you.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question