in reply to Re^4: Calling a shell script after changing directory
in thread Calling a shell script after changing directory

Show us the code you are using and also tell us what do you mean by it is not happening exactly.
  • Comment on Re^5: Calling a shell script after changing directory

Replies are listed 'Best First'.
Re^6: Calling a shell script after changing directory
by Gouravhere (Initiate) on May 11, 2016 at 10:01 UTC
    Actually there is a huge limitation in accessing the siebenv.sh from any other system (Perl in this case). So I just did a work around where I have executed the siebenv.sh after moving to the desired directory and then did the associated activities inside that shell script only just because if i stop the processing in shell and return to Perl, that don't execute the associated activities as the directory was not moved physically from where the Perl script resides.