bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is there any mutex/semaphore mechanism in shell scripts?


From: jjjaime
Subject: Re: Is there any mutex/semaphore mechanism in shell scripts?
Date: Thu, 21 May 2009 12:13:45 -0700 (PDT)

This reference was very interesting for my purposes.
http://mywiki.wooledge.org/ProcessManagement#advanced

I can achieve it with:
jobpid=$!
and
wait $jobpid


-- 
View this message in context: 
http://www.nabble.com/Is-there-any-mutex-semaphore-mechanism-in-shell-scripts--tp23641994p23658836.html
Sent from the Gnu - Bash mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]