Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.bin/find pull up revs 1.22-1.23 from trunk. (cgd)



details:   https://anonhg.NetBSD.org/src/rev/5bbc8713335c
branches:  netbsd-1-4
changeset: 469249:5bbc8713335c
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Aug 20 05:43:32 1999 +0000

description:
pull up revs 1.22-1.23 from trunk. (cgd)

diffstat:

 usr.bin/find/find.1 |  22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)

diffs (53 lines):

diff -r 6fae448a63c7 -r 5bbc8713335c usr.bin/find/find.1
--- a/usr.bin/find/find.1       Fri Aug 20 05:43:18 1999 +0000
+++ b/usr.bin/find/find.1       Fri Aug 20 05:43:32 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: find.1,v 1.20.2.1 1999/04/30 14:54:07 perry Exp $
+.\"    $NetBSD: find.1,v 1.20.2.2 1999/08/20 05:43:32 cgd Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -239,6 +239,13 @@
 .It Ic -inum Ar n 
 True if the file has inode number
 .Ar n  .
+.It Ic -iregex Ar regexp
+True if the path name of the current file matches the case-insensitive
+basic regular expression
+.Pq see Xr re_format 7
+.Ar regexp .
+This is a match on the whole path, not a search for the regular expression
+within the path.
 .It Ic -links Ar n 
 True if the file has
 .Ar n
@@ -377,6 +384,13 @@
 primary has no effect if the
 .Fl d
 option was specified.
+.It Ic -regex Ar regexp
+True if the path name of the current file matches the case-sensitive
+basic regular expression
+.Pq see Xr re_format 7
+.Ar regexp .
+This is a match on the whole path, not a search for the regular expression
+within the path.
 .It Ic -size Ar n Ns Op Cm c 
 True if the file's size, rounded up, in 512\-byte blocks is
 .Ar n  .
@@ -504,11 +518,13 @@
 .Ic -follow ,
 .Ic -fstype ,
 .Ic -inum ,
+.Ic -iregex ,
 .Ic -links ,
 .Ic -ls ,
-.Ic -mmin
+.Ic -mmin ,
+.Ic -print0
 and
-.Ic -print0
+.Ic -regex
 primaries are extensions to
 .St -p1003.2 .
 .Pp



Home | Main Index | Thread Index | Old Index