Hello
I am trying to use the find command to search for the last files modifyed under certain directory
Example: #find /tmp -mtime -1
find all the files modifyed from 1 hour ago
The question is: Somebody knows hou can I do the same but using minutes or seconds instead of hours.
I am new to scripting so I would apreciate any help