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
trafficstars

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.132 to 0.2.133. Release notes Sourced from libc's releases. 0.2.133 What's Changed freebsd adding ptsname_r by @​devnexen in rust-lang/libc#2878 openbsd: ignore ci error about unexistent KERN_NSELCOLL constant...

dependencies
rust

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.4 to 0.10.5. Changelog Sourced from itertools's changelog. Changelog Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=itertools&package-manager=cargo&previous-version=0.10.4&new-version=0.10.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...

dependencies
rust

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.14.0 to 1.15.0. Changelog Sourced from once_cell's changelog. 1.15.0 Increase minimal supported Rust version to 1.56.0. Implement UnwindSafe even if the std feature is disabled. Commits 97edd07...

dependencies
rust

Follow up pr of #3905 @tertsdiepraam The last pr grew pretty big mostly because of the initial extraction of modules. I'm sure I can keep it smaller this time :)

I've seen that test `test_sort:;test_tmp_files_deleted_on_sigint` still sometimes fails, in a line where it checks that `sort` has created the temporary directory and it exists, so the test fails not finding...

This pull request fixes the the issue mentioned in #3814, so installing multiple files using the "create leading dirs" option combined with the target parameter is now working and the...

This pull request refactors `copy_directory()` and related helper functions into its own new module `copydir.rs`. This commit also adds some additional structs and helper functions to make the code easier...

I'm just trying something here to deal with the spontanously occurring stdin bad file descriptor error on macos.

Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 0.2.6 to 0.2.8. Release notes Sourced from vmactions/freebsd-vm's releases. Add reconnect for sshfs Show files tree for debug Commits 4612c18 Generated from https://github.com/vmactions/base-vm 4715280 Generated from https://github.com/vmactions/base-vm...

dependencies
github_actions

Added descend functionality for rm's interactive mode Setup ``` mkdir -p a/b/ touch a/at.txt a/b/bt.txt rm -ri a ``` Current ``` rm: remove file 'test/a/b/bt.txt'? y rm: remove file 'test/a/at.txt'?...