[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Searching for files of a particular date?



> Is it possible to search for files of a certain date and/or 
> time on a RaQ3?

Yes with the "find" command on the unix command line

to find files under /hom that are 50 minutes old:

find /home -mmin 50 -print