coreutils
coreutils copied to clipboard
Cross-platform Rust rewrite of the GNU coreutils
fixes #8034 https://www.gnu.org/software/coreutils/manual/html_node/chown-invocation.html#chown-invocation > owner‘:’ > > If a colon but no group name follows owner, that user is made the owner of the files and the group of the...
fixes #7885 `copy_stream` doesn't clear the dest file, if dest is not a stream, clear it manually.
This PR brings initial support for Locale-aware quoting. Basically, the code fetches the locale data (for now it looks at `LC_ALL` and `LC_COLLATE`, might have to fix it in the...
Previously in uu-install, this would occur: ``` $ uu-install abc def -m 644 -m 640 abc def/abc error: the argument '--mode ' cannot be used multiple times ``` However, GNU...
I'm packaging Nushell 0.105 for Alpine right now, and ppc64le is one of the supported architectures. Nushell's `cp`, which uses `uu_cp` underneath, failed the tests because of a panic: ```...