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

gnu coreutils `tail` implementation exits if the output of tail is piped to another command and that other command exits. `coreutils tail -f file | filter` this functionality was added...

U - tail

Building a Windows binary in **release** using: ``` cargo build --release --features "dd" --no-default-features ``` results in _coreutils_ not working with error: ``` > .\coreutils.exe dd --help Could not init...

All Windows CI runs are red. Looks like we accidentally found a bug in Windows BFD, because it says `BFD (GNU Binutils) 2.39 assertion fail`: ``` 2024-02-27T23:00:03.8935508Z Compiling hex-literal v0.4.1...

I would like to compile via cargo build with disabling multicall, as I do not want to manually write in all the package names (its a long list). All I...

In a lxc Ubuntu Questing container with a git main build of the rust coreutils ``` $ sudo cp .cargo/bin/coreutils /usr/bin/coreutils cp: '.cargo/bin/coreutils' -> '/usr/bin/coreutils': Text file busy (os error...

U - cp