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

This PR covers a special case of https://github.com/uutils/coreutils/pull/5731, with the destination being a symlink to the source. So far this caused a "same file" error whereas it works fine with...

Issue [#5714](https://github.com/uutils/coreutils/issues/5714) is addressed in this pull request. Reference: - [RustScan/issues/25](https://github.com/RustScan/RustScan/issues/25) - [lychee/issues/1248](https://github.com/lycheeverse/lychee/issues/1248) The same problem can be found in: - [coreutils/issues/2312](https://github.com/uutils/coreutils/issues/2312) - [coreutils/pull/2591](https://github.com/uutils/coreutils/pull/2591) To be honest, I am not...

It is the continuation of #5679, I _accidentally_ deleted my branch and I can't re-open the PR sorry for the inconvenience

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tempfile](https://stebalien.com/projects/tempfile-rs/) ([source](https://togithub.com/Stebalien/tempfile)) | workspace.dependencies | minor | `3.8.1` -> `3.9.0` |...

The GNU doc says: ``` -S, --split-string=S process and split S into separate arguments; used to pass multiple arguments on shebang lines ``` The code: https://github.com/uutils/coreutils/blob/main/src/uu/env/src/env.rs Tested in GNU with...

U - env
good first issue

GNU says: ``` --random-source=FILE get random bytes from FILE ``` Tested by tests/shred/shred-passes.sh code: https://github.com/uutils/coreutils/blob/main/src/uu/shred/src/shred.rs

U - shred
good first issue

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/uutils/coreutils). ## Open The following updates have all...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [windows-sys](https://togithub.com/microsoft/windows-rs) | workspace.dependencies | minor | `0.48.0` -> `0.59.0` | --- ### Release...