Ma progression en date du 27 septembre
This commit is contained in:
parent
c52c12678f
commit
aeeb331f9d
0
TP01/AA/DIR1/DIR11/.fi112
Normal file
0
TP01/AA/DIR1/DIR11/.fi112
Normal file
0
TP01/AA/DIR1/DIR11/fi111
Normal file
0
TP01/AA/DIR1/DIR11/fi111
Normal file
0
TP01/AA/DIR1/DIR11/fi113
Normal file
0
TP01/AA/DIR1/DIR11/fi113
Normal file
0
TP01/AA/DIR1/DIR11/fi31
Normal file
0
TP01/AA/DIR1/DIR11/fi31
Normal file
0
TP01/AA/DIR1/fi11
Normal file
0
TP01/AA/DIR1/fi11
Normal file
0
TP01/AA/DIR3/fi31
Normal file
0
TP01/AA/DIR3/fi31
Normal file
0
TP01/BB/DIR1/DIR11/.fi112
Normal file
0
TP01/BB/DIR1/DIR11/.fi112
Normal file
0
TP01/BB/DIR1/DIR11/fi111
Normal file
0
TP01/BB/DIR1/DIR11/fi111
Normal file
0
TP01/BB/DIR2/fi21
Normal file
0
TP01/BB/DIR2/fi21
Normal file
0
TP01/BB/DIR3/fi31
Normal file
0
TP01/BB/DIR3/fi31
Normal file
0
TP01/BB/DIR3/fi32
Normal file
0
TP01/BB/DIR3/fi32
Normal file
3
TP01/IV.txt
Normal file
3
TP01/IV.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Question 1)
|
||||||
|
bash: fi21: command not found
|
||||||
|
fi21 n'est pas une commande connue par bash, il ne peut donc pas l'interpréter
|
2
TP02/FT6
Normal file
2
TP02/FT6
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ls: impossible d'accéder à 'nofi': Aucun fichier ou dossier de ce type
|
||||||
|
-rw-r--r-- 1 ngwalang students22 0 13 sept. 17:02 fi
|
2
TP02/FichierTest3
Normal file
2
TP02/FichierTest3
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Hello
|
||||||
|
World
|
0
TP02/FichierTest4
Normal file
0
TP02/FichierTest4
Normal file
36
TP02/tp02-reponses.txt
Normal file
36
TP02/tp02-reponses.txt
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
Partie 1 / Question 1)
|
||||||
|
La commande "echo" affiche une ligne de texte.
|
||||||
|
|
||||||
|
Question 2)
|
||||||
|
La commande renvoie la ligne de texte "Hello World !" conformément à ce qui lui a été demandé en entrée.
|
||||||
|
|
||||||
|
Question 3)
|
||||||
|
La commande renvoie un 0, ce qui signifie que le code d'avant a été lancé sans erreurs.
|
||||||
|
|
||||||
|
Question 4)
|
||||||
|
La commande renvoie fi
|
||||||
|
|
||||||
|
Question 5)
|
||||||
|
La commande renvoie 0 pour signifier que le code d'avant n'a pas rencontré une erreur à l'éxecution.
|
||||||
|
|
||||||
|
Question 6)
|
||||||
|
La commande renvoie "-rw-r--r-- 1 ngwalang students22 0 13 sept. 17:02 fi
|
||||||
|
", soit .
|
||||||
|
|
||||||
|
Question 7)
|
||||||
|
La commande renvoie 2 pour signaler l'erreur du dossier inexistant que le programme précédent a rencontré à l'éxécution.
|
||||||
|
|
||||||
|
Question 8)
|
||||||
|
La commande renvoie "ls: impossible d'accéder à 'nofi': Aucun fichier ou dossier de ce type", autrement dit une erreur signalant l'inexistence du dossier
|
||||||
|
|
||||||
|
Question 9)
|
||||||
|
La commande renvoie 2, signalant que le dernier code éxécuté a rencontré une erreur lors qu'il tournait.
|
||||||
|
|
||||||
|
Pipeline / Question 1)
|
||||||
|
La commande renvoie "Hello World2!"
|
||||||
|
|
||||||
|
Pipeline / Question 2)
|
||||||
|
La commande renvoie "Hello World1!"
|
||||||
|
|
||||||
|
Liste / Question 1)
|
||||||
|
|
22
TP03/TP03.txt
Normal file
22
TP03/TP03.txt
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
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)
|
||||||
|
|
0
TP03/y.txt
Normal file
0
TP03/y.txt
Normal file
Loading…
Reference in New Issue
Block a user