help-bash
[Top][All Lists]
Advanced

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

Re: [Help-bash] how to understand the xargs


From: Greg Wooledge
Subject: Re: [Help-bash] how to understand the xargs
Date: Tue, 27 Dec 2011 10:31:43 -0500
User-agent: Mutt/1.4.2.3i

> On Tuesday 27,December,2011 11:16 PM, Greg Wooledge wrote:
> >   i=$((i+1))

On Tue, Dec 27, 2011 at 11:27:35PM +0800, lina wrote:
>     i=$(i+1)

$(...) is command substitution.
$((...)) is arithmetic substitution.



reply via email to

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