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

Continuation of what was started here https://github.com/uutils/coreutils/pull/4095 and then moved here https://github.com/uutils/coreutils/pull/4099. Basically, this fuse fs implementation aims at simulating various xattr test cases for cp.

Closes #4176. Follow GNU's timeout behavior, send a signal to the process group to make sure subprocesses are cleaned up, and also send SIGCONT to the child and the whole...

The timezone offset calculation didn't take into account that some locales change their UTC offset throughout the year (like due to daylight savings time). This change fixes. Fixes #4236

Fix misc/sort-version.sh This is the demo that I did at fosdem https://www.youtube.com/watch?v=90Q5N1qT7BQ

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.26 to 4.1.4. Release notes Sourced from clap's releases. v4.1.4 [4.1.4] - 2023-01-24 Fixes (help) Respect disable_colored_help when using arg_required_else_help Performance Speed up compiling arg! macro v4.1.3...

dependencies
rust

Bumps [procfs](https://github.com/eminence/procfs) from 0.14.1 to 0.14.2. Release notes Sourced from procfs's releases. v0.14.2 New Features Process: Namespace: Use openat instead of building a path by @​arilou in eminence/procfs#192 add serde...

dependencies
rust

Full log: https://pipelines.actions.githubusercontent.com/serviceHosts/91055393-6e6f-4662-ba97-3acee74a8c7c/_apis/pipelines/1/runs/21407/signedlogcontent/2?urlExpires=2023-01-22T20%3A49%3A47.5591326Z&urlSigningMethod=HMACV1&urlSignature=3bdNcp%2FrkIaVp81kNK6%2F1nv7%2BLWMBOKkAYcJbxB5Fk4%3D Fails with: ``` 2023-01-07T09:27:55.8639630Z FAIL: tests/tail-2/inotify-dir-recreate 2023-01-07T09:27:55.8639861Z ======================================= 2023-01-07T09:27:55.8639994Z 2023-01-07T09:27:55.8640107Z tail did not switch to polling mode 2023-01-07T09:27:55.8640368Z previously removed file did not appear 2023-01-07T09:27:55.8640681Z --- exp...

U - tail

Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.2 to 0.17.3. Release notes Sourced from indicatif's releases. 0.17.3 A small maintenance release: address a bunch of lints by @​danieleades in console-rs/indicatif#498 Remove "fs" feature in...

dependencies
rust

This PR makes the `total` line use the delimiter specified with `--output-delimiter` and refactors the delimiter handling.