[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Where is the usage "for x in a b c; { echo $x; }" documented in bash
From: |
Eduardo A . Bustamante López |
Subject: |
Re: Where is the usage "for x in a b c; { echo $x; }" documented in bash man page? |
Date: |
Sat, 7 Mar 2015 17:56:26 -0600 |
User-agent: |
Mutt/1.5.20 (2009-12-10) |
On Sat, Mar 07, 2015 at 05:10:51PM -0600, Peng Yu wrote:
> Hi,
>
> The following code works in bash.
>
> for x in a b c; { echo $x; }
>
> But I only find the following in bash man page. Does anybody know
> where the above usage is documented? Thanks.
>
> "for name [ [ in [ word ... ] ] ; ] do list ; done"
>
> --
> Regards,
> Peng
>
It isn't documented.