有没有更新版本的 unxutils.zip?(适用于 Windows 的 unix 命令行实用程序)官方下载地址为http://unxutils.sourceforge.net/但它们的日期是 1999-2003 年;特别是du.exe
不包含--max-depth
争论。
GNUWin32 核心实用程序稍微新一点,但可以追溯到 2005 年(版本 5.3.0),并且也没有参数du --max-depth
。
答案1
答案2
也可以使用以下方法获取适用于 Windows 的较新版本的 coreutils系统管理软件。
目前coreutils版本为8.31:
https://packages.msys2.org/base/coreutils
答案3
https://github.com/uutils/coreutils/
工具类尝试用 Rust 编写通用(跨平台)CLI 实用程序。
coreutils-0.0.16-aarch64-unknown-linux-gnu.tar.gz coreutils-0.0.16-arm-unknown-linux-gnueabihf.tar.gz coreutils-0.0.16-i686-pc-windows-msvc.zip coreutils-0.0.16-i686-unknown-linux-gnu.tar.gz coreutils-0.0.16-i686-unknown-linux-musl.tar.gz coreutils-0.0.16-x86_64-apple-darwin.tar.gz coreutils-0.0.16-x86_64-pc-windows-gnu.zip coreutils-0.0.16-x86_64-pc-windows-msvc.zip coreutils-0.0.16-x86_64-unknown-linux-gnu.tar.gz coreutils-0.0.16-x86_64-unknown-linux-musl.tar.gz