SCR/SCR1.1/TP03/TP03.txt

23 lines
472 B
Plaintext
Raw Normal View History

2022-11-29 15:40:14 +01:00
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)