Hi,
I wrote a script that takes user input for confirmation.
Now, I want that the "default" option will be yes, the "y" will
already be ready there, in the STDIN ("Are you sure? y" will be the
output).
I tried something like
print STDIN "y";
but of course that didn't do any good, does anyone know how to do
that?