mirror of
https://github.com/sharkdp/fd
synced 2024-11-05 16:58:21 +00:00
[ownership] document --owner in manpage and changelog
This commit is contained in:
parent
1a16003cca
commit
a9dc45ecb1
2 changed files with 10 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Features
|
||||
|
||||
|
||||
- Add new `--owner [user][:group]` filter. See #307 (pull #581) (@alexmaco)
|
||||
|
||||
## Bugfixes
|
||||
|
||||
|
|
9
doc/fd.1
vendored
9
doc/fd.1
vendored
|
@ -224,6 +224,15 @@ Examples:
|
|||
\-\-changed-before "2018-10-27 10:00:00"
|
||||
\-\-change-older-than 2weeks
|
||||
.TP
|
||||
.BI "-o, \-\-owner " [user][:group]
|
||||
Filter files by their user and/or group. Format: [(user|uid)][:(group|gid)]. Either side
|
||||
is optional. Precede either side with a '!' to exclude files instead.
|
||||
|
||||
Examples:
|
||||
\-\-owner john
|
||||
\-\-owner :students
|
||||
\-\-owner "!john:students"
|
||||
.TP
|
||||
.BI "\-x, \-\-exec " command
|
||||
Execute
|
||||
.I command
|
||||
|
|
Loading…
Reference in a new issue