#5 - In bash, writing ${var?} instead of just ${var} or $var means if var isn't defined then bash will throw an error and _not_ execute your command, instead of expanding it to "" and carrying on. 07/08/2024 à 09:02:23 Un truc inintéressant dans la gestion des variables en bash.