From afc47c1d8ea5f4a670ddd8812965f56d010d15a0 Mon Sep 17 00:00:00 2001
From: "alexis.dereeper_ird.fr" <alexis.dereeper@ird.fr>
Date: Tue, 19 Nov 2024 13:02:41 +0000
Subject: [PATCH] Update bash-3-navigating.md

---
 docs/pages/bash/bash-3-navigating.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/pages/bash/bash-3-navigating.md b/docs/pages/bash/bash-3-navigating.md
index c860cf0..6ef1688 100644
--- a/docs/pages/bash/bash-3-navigating.md
+++ b/docs/pages/bash/bash-3-navigating.md
@@ -45,14 +45,16 @@ The `ls` command allows to list the content of a directory.
 ??? example "Click to show the solution"
     `ls`
 
-Check if you can see the {{extra.working_directory}} directory.
+Check if you can see the `{{extra.working_directory}}` directory.
+
+!!! question "Can you list the files and directories present inside the `{{extra.working_directory}}` directory?"
 
 ??? example "Click to show the solution"
     `ls {{extra.working_directory}}`
 
 ## Change directory (cd)
 
-If you see {{extra.working_directory}} you can move in it using the `cd` command. This command means `Change Directory`.
+If you see `{{extra.working_directory}}` you can move in it using the `cd` command. This command means `Change Directory`.
 
 ```bash
 cd {{extra.working_directory}}
@@ -63,7 +65,7 @@ cd {{extra.working_directory}}
 ??? example "Click to show the solution"
     You can look at your prompt or check with the `pwd` command. 
 
-## List files and directories (ls -F)
+## List files with options (ls -F)
 
 !!! question "How you differentiate between a file and a directory? Run the `ls` command if you are unsure."
 
-- 
GitLab