From 2b8d6ab2b23db21368bc4bb6ccda95b8952a7917 Mon Sep 17 00:00:00 2001
From: "ndomassi.tando_ird.fr" <ndomassi.tando@ird.fr>
Date: Mon, 25 Nov 2024 14:37:50 +0000
Subject: [PATCH] =?UTF-8?q?Ajout=20pr=C3=A9cisions=20ligne=2082?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../pages/bash/bash-4-working_with_files_and_directories.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/pages/bash/bash-4-working_with_files_and_directories.md b/docs/pages/bash/bash-4-working_with_files_and_directories.md
index e826a95..3d5a48c 100644
--- a/docs/pages/bash/bash-4-working_with_files_and_directories.md
+++ b/docs/pages/bash/bash-4-working_with_files_and_directories.md
@@ -16,7 +16,7 @@ cd ~/{{extra.working_directory}}/script
 
 If we want to run an analysis, it will be nice to have an `analysis` dedicated folder.
 
-!!! question "Create a new directory called `analysis` at the same level as `script` and `data`?"
+!!! question "Create a new directory called `analysis` at the same level than `script` and `data`?"
 
 ??? example "Click to show the solution"
     `mkdir analysis`
@@ -33,7 +33,7 @@ If we want to run an analysis, it will be nice to have an `analysis` dedicated f
 
     
 
-!!! question "Create a new file called `protocol.txt` using `touch`"
+!!! question "Create a new file called `protocol.txt` using `touch` at the same level than `script`, `data` and analysis"
 
 ??? example "Click to show the solution"
     `touch protocol.txt`
@@ -79,7 +79,7 @@ You can now exit with `^X`.
 
 ## Displaying a file (cat, more)
 
-!!! question "Using different commands, try to display the content of the file `script1.sh`. Do you see the difference?"
+!!! question "Using different commands, try to display the content of the file `script1.sh` located in the `script`directory. Do you see the difference?"
 
 ??? example "Click to show the solution"  
     ```bash
-- 
GitLab