Do anyone knows what is the refresh command (that simulate enter key) that can be used in shell scripts?
I have a shell script, so whenever after executing the script, I need to press ‘enter’ to get back the unixprompt … or else the system will still stay there.
This is the script that i have written ::
I have tried to use & to let it process in background mode, but still i need to press enter to end executing the script and go back to my unixprompt.
start_informatica(){
cd /apps/dm/informatica/repositoryserver/
pmrepserver &
sleep 20
cd /apps/dm/informatica/pc/
pmserver &
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.