TODO list does not seem to exist.
find
https://pubs.opengroup.org/onlinepubs/9799919799.2024edition/utilities/find.html
|
Early alpha implementation. Currently the only expressions supported are |
|
-print |
|
-print0 |
|
-printf |
|
-name case-sensitive_filename_pattern |
|
-lname case-sensitive_filename_pattern |
|
-iname case-insensitive_filename_pattern |
|
-ilname case-insensitive_filename_pattern |
|
-regextype type |
|
-files0-from |
|
-regex pattern |
|
-iregex pattern |
|
-type type_char |
|
currently type_char can only be f (for file) or d (for directory) |
|
-size [+-]N[bcwkMG] |
|
-delete |
|
-prune |
|
-not |
|
-a |
|
-o[r] |
|
, |
|
() |
|
-true |
|
-false |
|
-maxdepth N |
|
-mindepth N |
|
-d[epth] |
|
-xdev |
|
-ctime [+-]N |
|
-atime [+-]N |
|
-mtime [+-]N |
|
-perm [-/]{{octal|u=rwx,go=w}} |
|
-newer path_to_file |
|
-exec[dir] executable [args] [{{}}] [more args] ; |
|
-sorted |
|
a non-standard extension that sorts directory contents by name before |
|
processing them. Less efficient, but allows for deterministic output. |
xargs
https://pubs.opengroup.org/onlinepubs/9799919799.2024edition/utilities/xargs.html
TODO list does not seem to exist.
find
https://pubs.opengroup.org/onlinepubs/9799919799.2024edition/utilities/find.html
-P-Hand-L#412) — implemented but not infind --helpfind --helpfindutils/src/find/mod.rs
Lines 267 to 303 in 245623e
xargs
https://pubs.opengroup.org/onlinepubs/9799919799.2024edition/utilities/xargs.html