yes
v0.0.28
yes [STRING]...
Repeatedly display a line with STRING (or 'y')
Options
Examples
Repeatedly output "message":
yes {{message}}
Repeatedly output "y":
yes
Accept everything prompted by the apt-get
command:
yes | sudo apt-get install {{program}}
Repeatedly output a newline to always accept the default option of a prompt:
yes ''
The examples are provided by the tldr-pages project under the CC BY 4.0 License.
Please note that, as uutils is a work in progress, some examples might fail.