P
Programming
Software development tutorials and talks
'yes' - output a string repeatedly - Video Man Pages
The 'yes' command outputs a string repeatedly until killed. + Output 'y' repeatedly until killed (Ctrl-C to kill): yes + Output a specified string repeatedly: yes string + Accept every 'y/n' question that is prompted by a command: yes | sudo pacman -Syu -OR- yes | rm -i file1 file...



