By downloading this code you agree to the
Source Code Use License (PDF). |
{ version = 1.02; (* of yes.p 2004 Sep 8}
(* begin module describe.yes *)
(*
name
yes: supply infinite acknowledgment
synopsis
yes(output: out)
files
output: affirmative messages to the user
description
This program replaces the Unix yes program, which does not exist
under the Solaris operating system. The program produces an infinite
number of y's to supply the rm program while doing:
rm *
which would ask for conformation of every name when rm is aliased to
'rm -i'.
yes | rm *
avoids that.
examples
documentation
see also
author
Thomas Dana Schneider
bugs
technical notes
*)
(* end module describe.yes *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}