Affichage à l'écran cli bash programmation Affiche un message# #!/bin/bash echo "Hello world !" Afficher une variable# #!/bin/bash printf "Enter your name: " read NAME echo "Hello $NAME !" Partagez sur les réseaux sociaux Commentaires