fork(1) download
  1. #!/bin/bash
  2.  
  3. komand7="echo 555"
  4. for i in 1 2 3 4 5 6 7 8 9; do
  5. a="komand$i"
  6. ${!a}
  7. done
Success #stdin #stdout 0s 5076KB
stdin
Standard input is empty
stdout
555