/ Published in: Bash
use this code to list all files that were modified 24 hours ago
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -mtime -1 -print