[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Searching for files of a particular date?
- Subject: RE: [cobalt-users] Searching for files of a particular date?
- From: Reinoud van Leeuwen <rvanleeuwen@xxxxxxxxxxxx>
- Date: Fri Mar 9 01:57:53 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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