How To List Recently Created Or Modified Files?

RegisterLogin
How To List Recently Created Or Modified Files?
Post Description: How To List Recently Created Or Modified Files?
Tags: How, To, List, Recently, Created, Or, Modified, Files?
This Post Was Posted On Nov 13, 2009 By Limio #2738
i messed up on something. i was playing with my desktop resolution, so i wanted to make it bigger size so i went into the configurations and i changed them. then, it gave me a message that said that my backup configuration was put on some directory. i am so dumb because i didnt write down the path, now i have no idea how to put the gui back because whenever i reboot, there is nothing on my screen but black screen

so i want to know if there is a way to show or display all the files that were created for the last 20 minutes or so?
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
webune
#2809 1
you can use the find command. try this for example:

SHELL COMMAND:
find . -type f -mtime -20


if the list is too long, try this instead:

SHELL COMMAND:
find . -type f -mtime -20 |more
Nov 13, 2009 Reply Report abuse
©2011 Webune Forums - Thu Dec 22, 2011 1:16 am
Powered by: Webune Forums V3