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,v $
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.2 $
The perl implementation of yes was written by Mark Imbriaco, .
This program is copyright by Mark Imbriaco 1999.
This program is licensed under the same terms as Perl.