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 28e85689f044ca6235c32394c6be1bdded34a5cf..802b3e060f2d2b4863f9254abe7ca0fb329177d6 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
@@ -107,7 +107,7 @@ Below is the current situation on the left and the situation we want to end up o
 ??? example "Click to show the solution"
     using the absolute path:
     ```bash
-    mv /home/<userName>/{{extra.working_directory}}/script/analysis /home/<userName>/{{extra.working_directory}}/analysis
+    mv /home/<userName>/{{extra.working_directory}}/script/analysis /home/<userName>/{{extra.working_directory}}/
     mv /home/<userName>/{{extra.working_directory}}/script/protocol.txt /home/<userName>/{{extra.working_directory}}/analysis/ 
     ```
     using the relative path: