Skip to content

POSIX-compliant #613

@e-kwsm

Description

@e-kwsm

TODO list does not seem to exist.

find

https://pubs.opengroup.org/onlinepubs/9799919799.2024edition/utilities/find.html

findutils/src/find/mod.rs

Lines 267 to 303 in 245623e

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

  • -p

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions