Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #14602
| From | Евгений Мёдов <medov@outlook.com> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | bash 4.4.19 |
| Date | 2018-09-19 08:38 +0300 |
| Message-ID | <mailman.983.1537361153.1284.bug-bash@gnu.org> (permalink) |
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 gnu.bash.bug | Previous | Next | Find similar | Unroll thread
bash 4.4.19 Евгений Мёдов <medov@outlook.com> - 2018-09-19 08:38 +0300
csiph-web