coreutils
coreutils copied to clipboard
Cross-platform Rust rewrite of the GNU coreutils
## Issue The `uu-install` implementation handles the argument combination of `-Dm644` which is commonly use in C/C++ install tools differently then `coreutils`. The `uu-install` implementation sets the `-m644` permissions on...
## Issue The `uu-install` implementation handles the argument combination of `-o $uid -g $gid -d a/b/c` differently then `coreutils`. Running `install -o $UID -g $GID -d dir/a/b` fails to set...
`GNU test failed: tests/misc/timeout. tests/misc/timeout is passing on 'main'. Maybe you have to rebase?` ``` 2022-11-09T14:35:24.3690713Z 2022-11-09T14:35:24.3690803Z FAIL: tests/misc/timeout 2022-11-09T14:35:24.3690884Z ======================== 2022-11-09T14:35:24.3690890Z 2022-11-09T14:35:24.3691001Z timeout: No such process (os error 3)...
This PR adds the implementation for the new help structure discussed in https://github.com/uutils/coreutils/issues/4368, which no longer uses `Usage` and `About` headers: ```` # numfmt ``` numfmt [OPTION]... [NUMBER]... ``` Convert...
* Correct bug that set the last directory to the mode the file should have been set to. * Add unit test to verify correct functionality. * Fixes #4360
Commands that perform a lot of disk I/O (`cp`, `mv`, `rm`, etc.), especially when operating on SSDs[^1] but potentially also on slower disks[^2], are likely to complete much faster if...
Closes #4377 I did this changes and run the whole test suits, it seems that anything broke. I would also like to point out that `is_terminal` / `IsTerminal` is currently...
This change moves the `about` and `summary` help strings to `arch.md` in the `arch` directory
Introduce a new package which meet the libc behavior. Close #3756
#4368 `du --help` outputs the following. ```shell $ ./target/debug/coreutils du --help Estimate file space usage Usage: ./target/debug/coreutils du [OPTION]... [FILE]... ./target/debug/coreutils du [OPTION]... --files0-from=F Options: --help Print help information. -a,...