hi! i need to search for files by date, but i couldn´t understand how to use ´find´ for that purpose.. anyone knows? thx
Printable View
hi! i need to search for files by date, but i couldn´t understand how to use ´find´ for that purpose.. anyone knows? thx
There are lots of options (-amin n, -atime n, -cmin n, -ctime n etc...) with argument n as minutes or n*24 hours for file status changed or last accessed date/time attributes after or before n (depending on the option used). Look at man find "tests" section.