diff --git a/src/shell/tp.md b/src/shell/tp.md index 8fc704a..d7211d6 100644 --- a/src/shell/tp.md +++ b/src/shell/tp.md @@ -13,12 +13,12 @@ > 📗 Utilisez la commande `grep`. Cet exercice a pour objectif de construire > un script shell, pas d'y faire quelque chose de compliqué. + > ⚠️ Comme d'habitude quand on veut traiter un fichier, il vaut mieux + > visionner son contenu, avant de vouloir l'exploiter (`less /etc/passwd`). +
Voir la solution - > ⚠️ Comme d'habitude quand on veut traiter un fichier, il vaut mieux - > visionner son contenu, avant de vouloir l'exploiter (`more /etc/passwd`). - ```bash #!/usr/bin/env bash grep $1 /etc/passwd