mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-18 16:41:58 +00:00
Bash: fix mistake with for in
This commit is contained in:
parent
d05ed80faa
commit
0892c8d365
@ -249,10 +249,10 @@ then
|
|||||||
statements]
|
statements]
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for x := 1 to 10 do
|
for x in {1..10}
|
||||||
begin
|
do
|
||||||
statements
|
statements
|
||||||
end
|
done
|
||||||
|
|
||||||
for name [in list]
|
for name [in list]
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user