阿豪
阿豪
``` for cmd in cat mktemp command find awk cut dirname file ls mkdir mkfifo rm sh sort tee tr uname sed; do which "$cmd" >/dev/null 2>&1 || echo "$cmd";...
nushell uses [uu_mktemp](https://crates.io/crates/uu_mktemp)to avoid relying on these command line tools ``` uu_cp = { workspace = true, optional = true } uu_mkdir = { workspace = true, optional = true...
@zanchey There are no relevant environment variables
> Most nontrivial shell scripts want "mktemp", so I think it makes sense to require it. It's just a choice, whether to use some complexity and program size in exchange...