Go to the first, previous, next, last section, table of contents.


yes: Print a string until interrupted

yes prints the command line arguments, separated by spaces and followed by a newline, forever until it is killed. If no arguments are given, it prints `y' followed by a newline forever until killed.

The only options are a lone `--help' or `--version'. See section Common options.


Go to the first, previous, next, last section, table of contents.