0 Replies Latest reply: Oct 3, 2014 5:57 AM by JonnyDL RSS

    Unix Time (mtime)?

    JonnyDL Community Member

      I have a command line that finds files in a folder and deletes the ones that are a over a day old. I can't seem to find a way/the write code to change the 1 (full) day into a half day (12) hours (f -mtime +1 -exec rm -rf {} ) = older than a day. Do you need to convert into milliseconds and then figure out what a half day is in milliseconds?