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

``` $ ./target/debug/coreutils unexpand --help unexpand 0.0.13 Convert blanks in each FILE to tabs, writing to standard output. With no FILE, or when FILE is -, read standard input. USAGE:...

I have a bad habit of providing options at the end of the command: ``` rm .\some-directory\ -rf ``` and since I use Tab to autocomplete the path in powershell,...

U - rm

Hi, I'm packaging this for the musl based distro Alpinelinux as `uutils-coreutils` (in testing) for `armhf`, `armv7`, `aarch64`, `x86` and `x86_64`, the `ioctl-sys` crate doesn't build for `ppc64le` and Rust...

wontfix

GNU `rm` avoids constructing path strings of unbounded length to allow recursively deleting directories whose absolute paths exceed the max path length a Linux syscall can take. For more information...

U - rm

The error message printed when `dd` is given an argument of, for example, `bs=` does not match that of GNU `dd` and is less clear anyway. GNU dd: ```sh $...

U - dd

You can see this on a recent merge to main of an unrelated pull request: https://github.com/uutils/coreutils/runs/4956826651?check_suite_focus=true . The relevant section of the log is: ``` 2022-01-26T20:55:55.0151743Z FAIL: tests/misc/seq-long-double 2022-01-26T20:55:55.0151955Z ================================...

U - seq

Some files have a `spell-checker:ignore` line (that can be huge sometimes). I guess some editor uses this. However it's cumbersome to maintain these while doing code refactors, etc. and they're...

If I run, for example, `nohup go get -u github.com/kevinburke/rest` using the nohup from coreutils, I get this output: ``` $ ./local/coreutils/bin/nohup go get -u github.com/kevinburke/rest nohup: error: Unrecognized option:...

U - nohup

I'd be interested in having `du` compile on Windows. Looking at the code and compiler error msgs the only blocker is the use of `std::os::unix::fs::MetadataExt`. Seems like that could be...

Looks like it’s possible to use the stuff given [here](https://docs.microsoft.com/en-us/windows/desktop/fileio/file-security-and-access-rights) to do this.

P - Windows
U - chmod