From 0e3fadc728a35265002379220a4ae5423a0075ca Mon Sep 17 00:00:00 2001 From: Morgan Weetman Date: Tue, 9 Dec 2014 23:52:24 +1100 Subject: [PATCH 2/8] find: updated man page with xattr information * find/find.1: added extended attribute predicate information --- find/find.1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/find/find.1 b/find/find.1 index f49218e..8c4c187 100644 --- a/find/find.1 +++ b/find/find.1 @@ -920,6 +920,11 @@ mapping (or root-squashing), since many systems implement in the client's kernel and so cannot make use of the UID mapping information held on the server. +.IP "\-xattr \fIpattern\fR" +Match extended attributes against the regular expression +\fIpattern\fR. For example to search for files that have +capabilities set you could use '.*capa.*' + .IP "\-xtype \fIc\fR" The same as .B \-type -- 1.9.3