-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
TODO list does not seem to exist.
find
https://pubs.opengroup.org/onlinepubs/9799919799.2024edition/utilities/find.html
- -L, -H (Implement
-P-Hand-L#412) — implemented but not infind --help - -links (FeatureComplete: implement links predicate #10) — implemented but not in
find --help - -ok (FeatureComplete: implement ok[dir] predicate #8)
Lines 267 to 303 in 245623e
| Early alpha implementation. Currently the only expressions supported are | |
| -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
- -p
Metadata
Metadata
Assignees
Labels
No labels