diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-05-24 23:25:49 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-05-24 23:25:49 -0400 |
commit | 3edc432a60a5db633351a52f1adbcdd0ee1ff838 (patch) | |
tree | db1456f07edfedab5edc684d7880a0d562145705 /bfs.1 | |
parent | f1fb3158d3f242f1884d8d8a7473ab0719e93e8c (diff) | |
download | bfs-3edc432a60a5db633351a52f1adbcdd0ee1ff838.tar.xz |
Add documentation for -xattr
Diffstat (limited to 'bfs.1')
-rw-r--r-- | bfs.1 | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -270,9 +270,8 @@ Turn on or off warnings about the command line. .SH TESTS .TP .B \-acl -Find files with non-trivial -.BR acl (5) -(Access Control Lists). +Find files with a non-trivial Access Control List +.RB ( acl (5)). .PP \fB\-amin\fR [\fI\-+\fR]\fIN\fR .br @@ -318,7 +317,7 @@ days ago. .RE .TP .B \-capable -Match files with POSIX.1e +Find files with POSIX.1e .BR capabilities (7) set. .TP @@ -366,7 +365,7 @@ Find files owned by the group/user .RE .TP .B \-hidden -Match hidden files (those beginning with +Find hidden files (those beginning with .IR . ). .PP \fB\-ilname \fIGLOB\fR @@ -480,6 +479,10 @@ Find files last accessed .I N days after they were changed. .TP +.B \-xattr +Find files with extended attributes +.RB ( xattr (7)). +.TP \fB\-xtype\fR [\fIbcdlpfswD\fR] Find files of the given type, following links when .B \-type |