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.