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

Reply via email to