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 802b3e060f2d2b4863f9254abe7ca0fb329177d6..5d44e26c45c2ae5f189daf2b12b2a545d336c347 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