LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help on Linux Command (https://www.linuxquestions.org/questions/linux-newbie-8/help-on-linux-command-684659/)

dinesh25d 11-19-2008 12:00 PM

Help on Linux Command
 
Which Command to check the files which are modified today in linux Directory.

teknik 11-19-2008 12:12 PM

Code:

ls -l
Will show the last modified date, along with other things, such as permissions and size.

DotHQ 11-19-2008 12:24 PM

ls will list all files in a dir.

ls -l is the long listing of all files.
ls -ltr will sort the files by time modified in reverse order so that the latest mod'ed files will appear at the bottom of the list. very handy.

makyo 11-19-2008 01:44 PM

Hi.

I suggest looking at http://www.softpanorama.org/Tools/Fi...s_by_age.shtml followed by man find ... cheers, makyo

PS Better titles will attract more interest and responses, e.g. How can I find files modified today?


All times are GMT -5. The time now is 11:11 PM.