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