Skip to content
Snippets Groups Projects
Commit 46e5bc9a authored by ndomassi.tando_ird.fr's avatar ndomassi.tando_ird.fr
Browse files

modif partie cp

parent e354e588
No related branches found
No related tags found
No related merge requests found
Pipeline #40154 passed
...@@ -141,8 +141,7 @@ Let's imagine you want your script `script1.sh` locally to run your analysis, bu ...@@ -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" ??? example "Click to show the solution"
```bash ```bash
cp -r ../script . 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: Check the result:
```bash ```bash
pwd pwd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment