To get the list of files modified on 7th June , you can use the following command :
find -type f -exec ls -la {} \; | grep “Jan 1″ >> 1jan.txt
To get the list of files modified on 7th June , you can use the following command :
find -type f -exec ls -la {} \; | grep “Jan 1″ >> 1jan.txt