Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #14602 > unrolled thread
| Started by | Евгений Мёдов <medov@outlook.com> |
|---|---|
| First post | 2018-09-19 08:38 +0300 |
| Last post | 2018-09-19 08:38 +0300 |
| Articles | 1 — 1 participant |
Back to article view | Back to gnu.bash.bug
bash 4.4.19 Евгений Мёдов <medov@outlook.com> - 2018-09-19 08:38 +0300
| From | Евгений Мёдов <medov@outlook.com> |
|---|---|
| Date | 2018-09-19 08:38 +0300 |
| Subject | bash 4.4.19 |
| Message-ID | <mailman.983.1537361153.1284.bug-bash@gnu.org> |
A
Bash version 4.4.19.
Assignment does not work
A
for i in {1..5}; do
A A var${i}=$RANDOM
done
A
bash: var1=: command not found
bash: var2=: command not found
bash: var3=: command not found
bash: var4=: command not found
bash: var5=: command not found
Back to top | Article view | gnu.bash.bug
csiph-web