yes -- 重复肯定
速度比 macOS 内置的 yes 快 60 倍以上。
yes
make
并且将 yes 复制到任何你希望的位置。
yes [expletive]
yes 实用程序会永远输出 expletive,或者,默认情况下,输出 y。
expletive
y
$ ./yes | pv > /dev/null ... [2.4GiB/s] ...
$ yes | pv > /dev/null ... [38.0MiB/s] ...
MIT