Aller au contenu

Affichage à l'écran


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