@@ -300,8 +300,7 @@ FLAGS:
300
300
-a, --absolute-path Show absolute instead of relative paths
301
301
-l, --list-details Use a long listing format with file metadata
302
302
-L, --follow Follow symbolic links
303
- -p, --full-path Search full path (default: file-/dirname only)
304
- -0, --print0 Separate results by the null character
303
+ -p, --full-path Search full abs. path (default: filename only)
305
304
-h, --help Prints help information
306
305
-V, --version Prints version information
307
306
@@ -314,12 +313,13 @@ OPTIONS:
314
313
-X, --exec-batch <cmd> Execute a command with all search results at once
315
314
-E, --exclude <pattern>... Exclude entries that match the given glob pattern
316
315
-c, --color <when> When to use colors: never, *auto*, always
317
- -S, --size <size>... Limit results based on the size of files.
316
+ -S, --size <size>... Limit results based on the size of files
318
317
--changed-within <date|dur> Filter by file modification time (newer than)
319
318
--changed-before <date|dur> Filter by file modification time (older than)
319
+ -o, --owner <user:group> Filter by owning user and/or group
320
320
321
321
ARGS:
322
- <pattern> the search pattern - a regular expression unless '--glob' is used ( optional)
322
+ <pattern> the search pattern ( a regular expression, unless '--glob' is used; optional)
323
323
<path>... the root directory for the filesystem search (optional)
324
324
```
325
325
0 commit comments