23 lines
472 B
Plaintext
23 lines
472 B
Plaintext
Partie 2 / Question 1)
|
|
La commande man permet de consulter la documentation
|
|
Question 2)
|
|
La commande echo $(nom de la variable) répond à la problématique
|
|
|
|
Question 4)
|
|
La commande read -p répond à la problématique
|
|
|
|
Question 5)
|
|
La commande echo -n répond à la problématique
|
|
|
|
Question 6)
|
|
Il faut utiliser "&&"
|
|
|
|
Question 7)
|
|
read -p "Ecris une valeur" var && echo $var
|
|
|
|
Partie 3 / Question 1)
|
|
La commande echo -e permet de répondre à la problématique
|
|
|
|
Question 2)
|
|
|