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

Ajout précisions ligne 82

parent 17257070
No related branches found
No related tags found
No related merge requests found
Pipeline #40143 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 as `script` and `data`?"
!!! question "Create a new directory called `analysis` at the same level than `script` and `data`?"
??? 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`"
!!! question "Create a new file called `protocol.txt` using `touch` at the same level than `script`, `data` and analysis"
??? example "Click to show the solution"
`touch protocol.txt`
......@@ -79,7 +79,7 @@ You can now exit with `^X`.
## Displaying a file (cat, more)
!!! question "Using different commands, try to display the content of the file `script1.sh`. Do you see the difference?"
!!! question "Using different commands, try to display the content of the file `script1.sh` located in the `script`directory. Do you see the difference?"
??? example "Click to show the solution"
```bash
......
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