fork download
  1. #!/bin/bash
  2. # your code goes here
  3. iFirst=12
  4. iSecond=10
  5. if [$iFirst -gt $iSecond]
  6. then
  7. iFirst=iSecond
  8. iSecond='$iFirstiSecond'
  9. fi
  10. echo $iFirst$iSecond
  11.  
Success #stdin #stdout #stderr 0.01s 5476KB
stdin
Standard input is empty
stdout
1210
stderr
./prog.sh: line 5: [12: command not found