bug-bash
[Top][All Lists]
Advanced

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

Re: Bug/limitation in 'time'


From: Linda Walsh
Subject: Re: Bug/limitation in 'time'
Date: Sun, 17 Mar 2013 20:35:51 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.24) Gecko/20100228 Lightning/0.9 Thunderbird/2.0.0.24 Mnenhy/0.7.6.666


Bruce Dawson wrote:
> Yep, we've changed our loops to use roughly that syntax. Unfortunately a lot
> of online resources recommend the $(expr) technique. My understanding is
> that using $(expr) is more portable, because i-- is bash specific, but I
> don't really know.

but $((i-=1)) isn't Bash specific and does the same thing...



reply via email to

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