Quote:
|
Originally Posted by vgs
Hi,
I have some files in a folder with different time stamps and
I want to display the files which are older than 1 hour.
i tried with find.
|
Folder? Do you mean directory?
If you have GNU (or FreeBSD) find:
Code:
find . -maxdepth 1 -type 5 -mmin +60