=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.1,v retrieving revision 1.57 retrieving revision 1.58 diff -c -r1.57 -r1.58 *** src/usr.bin/find/find.1 2006/10/05 07:52:30 1.57 --- src/usr.bin/find/find.1 2006/10/10 10:17:36 1.58 *************** *** 1,4 **** ! .\" $OpenBSD: find.1,v 1.57 2006/10/05 07:52:30 otto Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: find.1,v 1.58 2006/10/10 10:17:36 jmc Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" *************** *** 512,524 **** .Pp .Dl "$ find / \e! \e( -newer ttt -user wnj \e) -print" .Pp ! Print out a list of all the files that are either owned by ! .Dq wnj ! or ! that are newer than ! .Dq ttt : .Pp ! .Dl "$ find / \e( -newer ttt -or -user wnj \e) -print" .Pp Print out a list of all core files on local file systems: .Pp --- 512,520 ---- .Pp .Dl "$ find / \e! \e( -newer ttt -user wnj \e) -print" .Pp ! Find and remove all *.jpg files in the current working directory: .Pp ! .Dl "$ find . -name \e*\e.jpg -exec rm {} \e;" .Pp Print out a list of all core files on local file systems: .Pp