http://qs1969.pair.com?node_id=1065237


in reply to Re: How to make a thread to wait till a command on shell get completed.
in thread How to make a thread to wait till a command on shell get completed.

Basically I am using back tick operator due to which multiple instance of gzip get triggered as the thread is not waiting for the shell to return.

So how I can achieve blocking of thread in case of back tick.