The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 10-09-2008
ikorolev ikorolev is offline
Registered User
  
 

Join Date: Sep 2008
Posts: 40
Quote:
Originally Posted by The Reepr View Post
Code:
Are you sure you want to mount the image? (Y/N)
Is there a way for me to answer Y?
make file with all answers (no only Y, for example - with path or your name)
and can automatize installation any software
Code:
# printf "y
Yes
Yes
n
/path/to/file
" > /tmp/answers
# my_script.sh < /tmp/answers