القائمة الرئيسية

الصفحات

  Programmation Shell sous Linux

 
Echo: afficher une variable 
$ echo Salut tout le monde
 $ echo "Salut tout le monde 
 retourner a la ligne 
$ echo -e "$Message\nAutre ligne un n
• read nomvariable
 #!/bin/bash 
read nom 
• afficher un message de prompt: -p 
#!/bin/bash
 read -p 'Entrez votre nom

تعليقات