advanced code snippet search
kurokikaze on 10/13/09
linux files
10/13/09 11:36am
URL: http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/
find /directory_path -mtime -1 -print
Report this snippet Tweet
Comment:
You need to login to post a comment.