The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 10-09-2008
Navatha Navatha is offline
Registered User
  
 

Join Date: Jul 2008
Posts: 11
the func2 doesnt call any other script
it is a function defined in the same script ..
I tried placing wait command but it behaving the same way ...

I tried to print values (var11 n var22) but it is printing only 1st set of values
picked func2 and control passes to first while loop...

If I simply echoed values without passing to func2 all the set of values are printed ...

please help me out ....