Results 1 to 2 of 2
hi! i need to search for files by date, but i couldn´t understand how to use ´find´ for that purpose.. anyone knows? thx...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-01-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 69
help with find
hi! i need to search for files by date, but i couldn´t understand how to use ´find´ for that purpose.. anyone knows? thx
- 09-01-2005 #2
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.


Reply With Quote
