diff options
author | 2003-06-12 04:30:07 +0000 | |
---|---|---|
committer | 2003-06-12 04:30:07 +0000 | |
commit | c16448a7855828684c672bf8d5a2a6293042a010 (patch) | |
tree | d1515188ff9dee45cf4da35f30312440086ca1ce | |
parent | Check snprintf rval for -1 (diff) | |
download | wireguard-openbsd-c16448a7855828684c672bf8d5a2a6293042a010.tar.xz wireguard-openbsd-c16448a7855828684c672bf8d5a2a6293042a010.zip |
Add an example using -prune at Theo's request.
-rw-r--r-- | usr.bin/find/find.1 | 4 |
1 files changed, 3 insertions, 1 deletions
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 , |