vendredi 21 août 2015

Bash should I use ; in if statement and is there any difference?

can someone, please, explain is there any difference in two following examples?

  1. First example

    if [ command ]; then ... fi

  2. Second example

    if [ command ] then ... fi

Aucun commentaire:

Enregistrer un commentaire