From 5d7ad18d563a5ea71803eae19884876fbda5ac91 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 12 Jun 2003 04:30:08 +0000 Subject: Add an example using -prune at Theo's request. --- usr.bin/find/find.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 923abadab63..5f91b8dbbb0 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.38 2003/06/03 02:56:08 millert Exp $ +.\" $OpenBSD: find.1,v 1.39 2003/06/12 04:30:07 millert Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -514,6 +514,8 @@ Print out a list of all the files that are either owned by or that are newer than .Dq ttt . +.It Li "$ find / \e! -fstype local -prune -or -name '*.core' -print" +Print out a list of all core files on local file systems. .El .Sh SEE ALSO .Xr chflags 1 , -- cgit v1.2.3