From fb9439b85dbd0c75be1c660987dbacb21b2fc557 Mon Sep 17 00:00:00 2001 From: Jacques Dainat <jacques.dainat@ird.fr> Date: Thu, 6 Mar 2025 13:51:36 +0100 Subject: [PATCH] fix a box --- docs/pages/bash/bash-3-navigating.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pages/bash/bash-3-navigating.md b/docs/pages/bash/bash-3-navigating.md index 7a268f8..ab5fdc6 100644 --- a/docs/pages/bash/bash-3-navigating.md +++ b/docs/pages/bash/bash-3-navigating.md @@ -75,7 +75,8 @@ ls -F -a ``` !!! question "What special directory do you observe?" - ??? example "Click to show the solution" + +??? example "Click to show the solution" We can see a `.` directory as well as a `..` directory. `.` means the **current working directory** -- GitLab