coreutils
coreutils copied to clipboard
Cross-platform Rust rewrite of the GNU coreutils
Part of https://github.com/uutils/coreutils/issues/5088 (and https://github.com/nushell/nushell/issues/11549, over in the Nushell repo). This should allow Nushell (and possibly Rust applications) to use `uu_touch`. I'll be making a PR in Nushell based on...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap_complete](https://togithub.com/clap-rs/clap) ([source](https://togithub.com/clap-rs/clap/tree/HEAD/clap_complete)) | workspace.dependencies | minor | `4.4` -> `4.5.2` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | workspace.dependencies | minor | `4.4` -> `4.5.4` | ---...
Currently, if the `stat` function in the `touch` crate is used on a symlink, it will first try to get the metadata of the destination, even if the `follow` parameter...
In powershell, `~` is used to refer to `%HOME%`. For example, when running `dir ~`, it lists all files and folders under %HOME%, which is usually `C:\Users\YOUR_USERNAME\`. However, when running...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [lscolors](https://togithub.com/sharkdp/lscolors) | workspace.dependencies | minor | `0.16.0` -> `0.17.0` | ---...
GNU ```shell $ /bin/echo --version --help --version --help ``` coreutils ```shell $ cargo run --features unix -- echo --version --help echo 0.0.24 ``` for the short commands, if you do...
In the GNU test suite `tests/dd/stats.sh` checks that `dd` reports transfer statistics correctly when it receives the signal SIGUSR1. This is tested by starting a dd process that writes a...