yes - print out a string till doomsday.
yes [option] [strings]
yes repeatedly prints out its arguments on standard output, untill killed. If
no strings are given, y is printed.
yes accepts the following options:
- --help
-
Print out a short help message, then exit.
- --version
-
Print out its version number, then exit.
- --
-
Stop parsing for options. Useful if you want to print out --help
or --version. Use yes -- -- to print out --.
The working of yes is not influenced by any environment variables.
yes has no known bugs.
$Log: yes,v $
Revision 1.2 1999/02/25 01:20:35 abigail
Added '--' support.
Revision 1.1 1999/02/25 01:15:03 abigail
Initial revision
The Perl implementation of yes was written by Abigail, abigail@fnx.com.
This program is free and open software. You may use, modify, distribute and
sell this program (and any modified variants) in any way you wish, provided
you do not restrict others to do the same.