Find files modified 1 day ago


/ Published in: Bash
Save to your folder(s)

use this code to list all files that were modified 24 hours ago


Copy this code and paste it in your HTML
  1. find . -mtime -1 -print

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.