# find <PATH> -type f -printf '%TY-%Tm-%Td %TT %p\n' | sort -r | more
Example :
# find /var/www/html -type f -printf '%TY-%Tm-%Td %TT %p\n' | sort -r | more
Example :
# find /var/www/html -type f -printf '%TY-%Tm-%Td %TT %p\n' | sort -r | more
This Blog primarily focus on providing solutions for administering Linux Operating system in Enterprise environment. I have put my best effort to ensure the solutions provided in this are accurate, easy to follow, effective, and helpful for Linux Users & System Administrators.