On July 14, 2017 9:06:02 AM EDT, cyg Simple <> wrote:
>On 7/14/2017 1:27 AM, Gary Johnson wrote:
>> On 2017-07-12, Bryan Dunphy wrote:
>>> I have a shell script, originally created for Mac OS X. that waits
>>> for an external drive to be mounted (by .
>>
>
>In reality the OP script appears to be e
On 7/15/2017 2:56 AM, Sorin Adrian Savu wrote:
> On Fri, Jul 14, 2017 at 4:06 PM, cyg Simple wrote:
>>
>> On 7/14/2017 1:27 AM, Gary Johnson wrote:
>>> On 2017-07-12, Bryan Dunphy wrote:
I have a shell script, originally created for Mac OS X. that waits
for an external drive to be mounte
On Fri, Jul 14, 2017 at 4:06 PM, cyg Simple wrote:
>
> On 7/14/2017 1:27 AM, Gary Johnson wrote:
> > On 2017-07-12, Bryan Dunphy wrote:
> >> I have a shell script, originally created for Mac OS X. that waits
> >> for an external drive to be mounted (by testing an “ls” of the
> >> volume’s root dir
On 14.07.2017 10:34, Brian Inglis wrote:
On 2017-07-14 11:07, Kaz Kylheku wrote:
while ! program args ... ; do
sleep 1
done
Has everyone forgotten there is also an until loop, supported by at
least sh,
dash, bash, [m]ksh:
I've forgotten that at least twice. (I don't remember the ex
On 2017-07-14 11:07, Kaz Kylheku wrote:
> On 12.07.2017 08:35, Bryan Dunphy wrote:
>> I have a shell script, originally created for Mac OS X. that waits for
>> an external drive to be mounted (by testing an “ls” of the volume’s
>> root directory for success) then runs an “rsync”
>> command. How do
On 12.07.2017 08:35, Bryan Dunphy wrote:
I have a shell script, originally created for Mac OS X. that waits for
an external drive to be mounted (by testing an “ls” of the volume’s
root directory for success) then runs an “rsync”
command. How do I get the script to be run repeatedly until
success
On 7/14/2017 1:27 AM, Gary Johnson wrote:
> On 2017-07-12, Bryan Dunphy wrote:
>> I have a shell script, originally created for Mac OS X. that waits
>> for an external drive to be mounted (by testing an “ls” of the
>> volume’s root directory for success) then runs an “rsync” command.
>> How do I ge
On 2017-07-12, Bryan Dunphy wrote:
> I have a shell script, originally created for Mac OS X. that waits
> for an external drive to be mounted (by testing an “ls” of the
> volume’s root directory for success) then runs an “rsync” command.
> How do I get the script to be run repeatedly until successf
On 2017-07-12 09:35, Bryan Dunphy wrote:
> I have a shell script, originally created for Mac OS X. that waits for an
> external drive to be mounted (by testing an “ls” of the volume’s root
> directory for success) then runs an “rsync” command. How do I get the script
> to be run repeatedly until
I have a shell script, originally created for Mac OS X. that waits for an
external drive to be mounted (by testing an “ls” of the volume’s root directory
for success) then runs an “rsync”
command. How do I get the script to be run repeatedly until successful exit
under Cygwin?
Here is the unmo
10 matches
Mail list logo