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 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   

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

  Path-cm-30- And -min +30    

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -