Find files modified today - Linux

by Sanju 2012-07-03 12:39:49

Find files modified today - Linux

If you have saved a file today and you can't remember where you saved it, you can use the find command to print out all files modified today. The command:

find ~ -type f -mtime 0


Will print out a listing of all files that were modified on the day the command was issued (today).

Tagged in:

985
like
0
dislike
0
mail
flag

You must LOGIN to add comments