bug-bash
[Top][All Lists]
Advanced

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

Where is the usage "for x in a b c; { echo $x; }" documented in bash man


From: Peng Yu
Subject: Where is the usage "for x in a b c; { echo $x; }" documented in bash man page?
Date: Sat, 7 Mar 2015 17:10:51 -0600

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



reply via email to

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