coreutils
coreutils copied to clipboard
Cross-platform Rust rewrite of the GNU coreutils
I chose to create a draft and not a PR because the changes are mainly to uucore but would need to be applied to all packages one by one. Before...
The output of `stty --all` was not really matching GNU one, adjust it to follow the same logic Before: ```diff --- /tmp/gnu-stty 2025-11-21 01:41:14.909020716 +0100 +++ /tmp/rust-stty 2025-11-21 00:38:42.324215733 +0100...
Modify path control to enable secure access related https://github.com/uutils/coreutils/issues/9542
I have a linux environment that doesnt have any selinux incl. libselinux. When building by `cargo build --workspace --feature unix`, I have got a error said `failed to build selinux-sys`...
Fixes https://github.com/uutils/coreutils/issues/1273 As suggested per some users, It could be nice to support FreeBSD's `-U` option for unprivileged install. The manual states ``` -U: Indicate that install is running unprivileged,...
### Summary: Add comprehensive fixture files for sort --debug key annotation output, including locale-specific expectations. Refactor tests to share a helper and split locale-aware coverage, matching GNU sort’s behavior. Ensure...
It seems `build-gnu.sh` builds uutils at 1st and have some PATH hack to inject uutils to test suite. Also manually symlinking. But I think we can simply build GNU 1st...
I've been adding tests to compare the output and status code of the GNU stty implementation with the uutils implementation and I'm finding that on some platforms like: https://github.com/uutils/coreutils/actions/runs/19864908355/job/56925109034?pr=9517 the...