tried this did not work, untill i exit from command1 command2 will not execute. If i use other commands like mkdir touch all works fine but for my command above which creates the environment i will go idle untill i exit from command1(which creates an environment)
Comment on Re^6: How to call Linux command sequentially
We probably could help better if we know what exactly the first command does, and why do you need to make such thing as create a file using touch FROM a perl script