|
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.
[Prev in Thread] | Current Thread | [Next in Thread] |