in reply to Re: Input Enter while Execution of a process
in thread Input Enter while Execution of a process
Hi, I am trying to run the Following as a part of my perl Script
system "/bin/zsh", "$HOME/env/$ENV{DEST_SCRIPT_HOST}/db_silent_install/11gR2-11.2.0.1.0/install.zsh";when this Command is Executed, the install.zsh creates DB, and It prompts in the shell to run the mentioned Command as root user, and then Press enter,
I want to write this system command in such a way that it executes the install.zsh and once the process is paused, it should hit Enter to move the process Ahead
Thanks PR
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Input Enter while Execution of a process
by Corion (Patriarch) on Sep 04, 2017 at 13:00 UTC | |
by pratikmonu (Novice) on Sep 06, 2017 at 04:29 UTC |