On Mon, Apr 9, 2012 at 10:09 AM, Rajesh Kumar <[email protected]> wrote: > I am a beginner of shell script, when I tried to install java 1.6 used by > bash script, but while executing java paused suddenly, " Press Enter to > continue...." how to avoid this
To avoid pressing <Enter>, use the command 'yes'. > ./jdk-6u21-linux-i586.bin yes '' | ./jdk-6u21-linux-i586.bin Thanks, Subramani. _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
