The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: Shell Question
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 07-01-2009
jp2542a jp2542a is offline
Registered User
  
 

Join Date: Jul 2009
Posts: 142
Try the builtin wait command...

Perhaps a sequence like:

Some-command &
wait $!