bash - Finding the files which are not accessed/modified in last 30min? -
I have a requirement, I want to give notifications to users who have not entered the files in The files which were modified in the last 24 hours. What is my requirement that was created in the last 30 minutes and has not been accessed by the user? Please suggest a solution, how to get it? Try to use 30 Min . It is possible to find the files using the shell script, which was not accessible by using search in
30 min . I checked.
find / opt / sp / titf / script / -mtm 0
Path-cm-30- And -min +30
Comments
Post a Comment