diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-12 04:30:08 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-12 04:30:08 +0000 |
commit | 5d7ad18d563a5ea71803eae19884876fbda5ac91 (patch) | |
tree | 5ec32a0ae3f5d3abc3885ed05cc7e868deae8ebb /usr.bin/find | |
parent | 13c26e4c9eb1487e27b7e1c6f2c3710a6e4bb90a (diff) |
Add an example using -prune at Theo's request.
Diffstat (limited to 'usr.bin/find')
-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 , |