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

Modification instructions pour créer répertoire analysis

parent 2b8d6ab2
No related branches found
No related tags found
No related merge requests found
Pipeline #40144 passed
......@@ -16,7 +16,7 @@ cd ~/{{extra.working_directory}}/script
If we want to run an analysis, it will be nice to have an `analysis` dedicated folder.
!!! question "Create a new directory called `analysis` at the same level than `script` and `data`?"
!!! question "Create a new directory called `analysis` in the `script` directory"
??? example "Click to show the solution"
`mkdir analysis`
......@@ -33,7 +33,7 @@ If we want to run an analysis, it will be nice to have an `analysis` dedicated f
!!! question "Create a new file called `protocol.txt` using `touch` at the same level than `script`, `data` and analysis"
!!! question "Create a new file called `protocol.txt` using `touch` in the `script`directory"
??? example "Click to show the solution"
`touch protocol.txt`
......
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