[ncl-talk] system/systemfunc commands

M P mzp3769 at gmail.com
Sun May 17 11:32:11 MDT 2020


Hello,
I have a simple test script that is not doing the right thing.
The output is the same for both first and second system calls
so that the directory is not changed.
Can you help with a solution?
Thanks,
Mark

begin

   ncldir="./test"
   command="cd " + ncldir

   system("pwd")
   system(command)
   system("pwd")

end

..../mapp/ncl
..../mapp/ncl

(same with systemfunc)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200517/e959b20a/attachment.html>


More information about the ncl-talk mailing list