NAME
yes - print out a string till doomsday
SYNOPSIS
yes [option] [strings]
DESCRIPTION
yes repeatedly prints out its arguments on standard output, untill killed. If no strings are given, y is printed.
OPTIONS
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 --.
ENVIRONMENT
The working of yes is not influenced by any environment variables.
BUGS
yes has no known bugs.
AUTHOR
The Perl implementation of yes was written by Abigail, perlpowertools@abigail.be.
COPYRIGHT and LICENSE
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.