> - Modify time > The most recent time the file's contents were changed > > - Read time > The most recent time the file's contents were read > > - Change time > The most recent time the file's metadata was changed; This includes > the file's owner, group, permissions (mode) _and_ its modify and read > times. > > > If you're goal is to enumerate files that have been read within some > time range, the "find" command is probably the best tool. Read the > manual page to find out how to select files based on their access > times.
I think using find /path/to/files -atime would be good for my needs.. Thanks regards, -- Arie Reynaldi Zanahar reymanx at gmail.com http://www.reynaldi.or.id -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
