From 46e5bc9a9c3146baf8b65eebd709cbc216903482 Mon Sep 17 00:00:00 2001 From: "ndomassi.tando_ird.fr" <ndomassi.tando@ird.fr> Date: Mon, 25 Nov 2024 15:58:56 +0000 Subject: [PATCH] modif partie cp --- docs/pages/bash/bash-4-working_with_files_and_directories.md | 3 +-- 1 file changed, 1 insertion(+), 2 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 802b3e0..5d44e26 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 @@ -141,8 +141,7 @@ Let's imagine you want your script `script1.sh` locally to run your analysis, bu ??? example "Click to show the solution" ```bash cp -r ../script . - ``` - /!\ If you use `cp -r ../script/ .` you will copy everything that is inside but not the `script` folder itself! So you see the difference? + ``` Check the result: ```bash pwd -- GitLab