summaryrefslogtreecommitdiff
path: root/usr.bin/find/find.1
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-12-04 22:42:33 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-12-04 22:42:33 +0000
commitc4bfe6718e0319e5b13ff515c6cc82e59856a8a1 (patch)
treefe3e8d21d83e9d1e277ff2bd4773ded9f4c8a208 /usr.bin/find/find.1
parentceeeb976bc6e78e099688b7c197f920dfde608c2 (diff)
o use nanosecond precision with the -newer option
o add -anewer and -cnewer options like GNU find.
Diffstat (limited to 'usr.bin/find/find.1')
-rw-r--r--usr.bin/find/find.110
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index f9270b46718..14360618dcd 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: find.1,v 1.23 1999/10/07 19:15:24 aaron Exp $
+.\" $OpenBSD: find.1,v 1.24 1999/12/04 22:42:31 millert Exp $
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -35,7 +35,7 @@
.\"
.\" from: @(#)find.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd August 31, 1996
+.Dd December 4, 1999
.Dt FIND 1
.Os
.Sh NAME
@@ -137,6 +137,9 @@ True if the difference between the file last access time and the time
was started, rounded up to the next full minute, is
.Ar n
minutes.
+.It Ic -anewer Ar file
+True if the current file has a more recent last access time than
+.Ar file .
.It Ic -atime Ar n
True if the difference between the file last access time and the time
.Nm
@@ -150,6 +153,9 @@ information and the time
was started, rounded up to the next full minute, is
.Ar n
minutes.
+.It Ic -cnewer Ar file
+True if the current file has a more recent last change time than
+.Ar file .
.It Ic -ctime Ar n
True if the difference between the time of last change of file status
information and the time