coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

Cross-platform Rust rewrite of the GNU coreutils

Results 925 coreutils issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

J - Locale
J - Encoding

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: ```...

U - cp
good first issue