yes-cli-0.1.0-beta.1 is not a library.
yes - Generate repetitive output
Overview
Rust reimplementation of Unix Version 7 yes program.
- Program yes sends infinite repetitive output to stdout.
- Default output is 'y' for yes and 'n' for no.
- Newline is added CRLF on Windows, LF on other systems.
- -n switch supresses appending LF.
- For performace reasons string repeated first into 8K buffer, then buffer is sent to stdout.
Features
- Minimal supported Rust version 1.56. Entire 2021 Rust edition is supported.
No copyright
This is free and unencumbered software released into the public domain.
You may use, modify, distribute, and contribute to this code without restriction. To the extent possible under law, the author(s) of this work waive all copyright and related rights.
Licensed under CC0-1.0 OR Unlicense.
![]()