Hi guys,
I have to process that need to be run simultaneously and I wanna put that process in the script
so if I put like this :
$ process1.ksh && process2.ksh
Are they gonna run simultaneously or process2 will run after process1 finish.
If not simultaneously, what should I do to make it so ?
Thx guys,
I have to process that need to be run simultaneously and I wanna put that process in the script
so if I put like this :
$ process1.ksh && process2.ksh
Are they gonna run simultaneously or process2 will run after process1 finish.
If not simultaneously, what should I do to make it so ?
Thx guys,