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

```console $ true | cargo run -q tr '[:lower:]a' '[:upper:]' $ true | tr '[:lower:]a' '[:upper:]' tr: when translating with string1 longer than string2, the latter string must not end...

U - tr

This PR allows "fuzzing" as a `cfg` condition name in order to fix the "unexpected `cfg` condition name: `fuzzing`" warnings on the nightly builds in the CI (see, for example,...

Follow the advance, moved `procps/pgrep/process.rs` to `uucore/process.rs`

Hi, thanks for the work on uutils/coreutils! I'm experimenting with using them as the base for a Gentoo system, and found the `make` based installer doesn't include all the binaries....

While reviewing https://github.com/uutils/coreutils/pull/6144 I discovered the following issue: ``` $ mkdir -p dir/subdir $ cargo run ls --hyperlink -R dir dir: subdir subdir:

U - ls

These tests check that days and month with a single digit are correctly handled. Subsitute to #6401

According to the [GNU cp official documentation](https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html#index-_002ds-16), a symlink is only created if all source paths are absolute, unless the destination files are in the current directory. This fix solves...

Hey, so this test case isn't something I have much control over, as I'm duplicating an error I'm seeing, while installing VSCode: ``` cat vscode-server-linux-x64.tar.gz | (/nix/store/s7yw4jhigzbw5qy3n6s5w40jg99f2ar9-uutils-coreutils-0.0.25/bin/dd iflag=fullblock bs=8192 count=7265...

U - dd

I tried running `cargo test --features unix --release` on my desktop and laptop and had failures on my desktop only. These installs are both exactly the same, but my desktop...

U - du
U - cp

https://github.com/uutils/coreutils/issues/6475 and https://github.com/uutils/coreutils/issues/6478 show that we don't catch some clippy warnings in our CI. This PR uses `--workspace` when running clippy to hopefully fix this issue. With this fix, the...