Hey all, was wondering if i could get any help with this:
those commands finds all the files that were modified on that date in my home directory. How can i find one more date? I've tried to grep another date similar to the one above but it doesnt work!
Also i want the time to be 00:00
How can i do this?
Any help is very much appreciated!
-Thanks
Code:
find ~ -true -exec ls -l {} \; | grep 2008-10-01
those commands finds all the files that were modified on that date in my home directory. How can i find one more date? I've tried to grep another date similar to the one above but it doesnt work!
Also i want the time to be 00:00
How can i do this?
Any help is very much appreciated!
-Thanks