A rust implementation of the unix no
command which is the counterpart command of the yes
command, and a bit of a better version of this one
Repeatedly output a line with all specified STRING(s), or 'n'.
cargo install unix-no
no [STRINGS]
- Clone this repository via
git clone https://github.com/metamethods/no
- Build with
cargo
usingcargo build --release
- The binary will be located at
target/release/no
(ortarget/release/no.exe
if you're using windows)
- Figure out how to create a man page for this