To run in the same shell, you will have to use a '.' , for eg ...
host1:/home/user1>. .profile
The first . indicates that the script .profile should run in the same shell ...
Cheers
Sathyaram
Quote:
Originally posted by qtcheung
if script A is dependent on script B but script A creates a new shell session but Script B needs to run on that same session, do you have any idea how do I go about calling these two scripts to run on the same session?
|