bug-gnu-utils
[Top][All Lists]
Advanced

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

Typo in 'info find'


From: Rasmus Ory Nielsen
Subject: Typo in 'info find'
Date: 25 Aug 2002 23:03:47 +0200

Hi findutils maintainers

I think I've found a small typo in the documentation.
It's in the 'Age Ranges' section.

------------

- Test: -amin N
- Test: -cmin N
- Test: -mmin N
     True if the file was last accessed (or its status changed, or it
     was modified) N minutes ago.  These tests provide finer
     granularity of measurement than `-atime' et al.  For example, to
     list files in `/u/bill' that were last read from 2 to 6 hours ago:
                                                             ^^^^^
                                                             |||||
          find /u/bill -amin +2 -amin -6

-------------

I believe the marked part should read minutes instead of hours.

Thanks,
Rasmus Ory Nielsen





reply via email to

[Prev in Thread] Current Thread [Next in Thread]