11.04.2013 Views

Guida avanzata di scripting Bash - Portale Posta DMI

Guida avanzata di scripting Bash - Portale Posta DMI

Guida avanzata di scripting Bash - Portale Posta DMI

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

until<br />

let "a+=1"<br />

done # Fin qui nessuna novità.<br />

echo; echo<br />

Capitolo 10. Cicli ed alternative<br />

# +=================================================================+<br />

# Rifatto con la sintassi del C.<br />

((a = 1)) # a=1<br />

# Le doppie parentesi consentono gli spazi nell’impostazione <strong>di</strong> una<br />

#+ variabile, come in C.<br />

while (( a

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!