yes - output a string repeatedly until terminated.
yes [string...]
yes will output a string followed by a newline repeatedly until it is terminated. If no string is given on the command line, it will print 'y' followed by a newline character until it is terminated.
yes does not recognize any options. Any arguments passed on the command line will be repeatedly printed until the program is terminated.
The working of yes is not influenced by any environment variables.
yes has no known bugs.
$Log: yes.neuron.html,v $
Revision 1.3 2004/08/05 14:24:50 cwest
cleanup, new version number on website
Revision 1.1 2004/07/23 20:10:22 cwest
initial import
Revision 1.2 1999/02/26 02:35:09 imbriaco
fixed misunderstanding in the way command line arguments should be treated.
Revision 1.1 1999/02/26 02:23:42 imbriaco
Initial revision
$Revision: 1.3 $
AUTHOR
The perl implementation of yes was written by Mark Imbriaco, <mark.imbriaco@pobox.com>.
COPYRIGHT and LICENSE
This program is copyright by Mark Imbriaco 1999.
This program is licensed under the same terms as Perl.