From e354e588fff89458a12621f26e5696d79563a38d Mon Sep 17 00:00:00 2001 From: "ndomassi.tando_ird.fr" <ndomassi.tando@ird.fr> Date: Mon, 25 Nov 2024 15:18:35 +0000 Subject: [PATCH] Modification erreur sur le mv ligne 110 --- docs/pages/bash/bash-4-working_with_files_and_directories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 28e8568..802b3e0 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: -- GitLab