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

modif lignes 41 et 47

parent 181c9f64
No related branches found
No related tags found
No related merge requests found
Pipeline #40141 passed
...@@ -38,13 +38,13 @@ If we want to run an analysis, it will be nice to have an `analysis` dedicated f ...@@ -38,13 +38,13 @@ If we want to run an analysis, it will be nice to have an `analysis` dedicated f
??? example "Click to show the solution" ??? example "Click to show the solution"
`touch protocol.txt` `touch protocol.txt`
!!! question "Create a new file called `protocol.txt` using `nano`" !!! question "Edit the new created file `protocol.txt` using `nano`"
??? example "Click to show the solution" ??? example "Click to show the solution"
`nano protocol.txt` `nano protocol.txt`
You will end up in a window that represent the content of your file, with the cursor ready to listen what you want to write. At the bottom of the screen you will see description of few commands available. Indeed the mouse is useless here... everything has to pass by a command, which will be a combination of two characters where the first one is always `^` and corresponds to the **control key** on your keyboard. You will end up in a window that represents the content of your file, with the cursor ready to listen what you want to write. At the bottom of the screen you will see description of few commands available. Indeed the mouse is useless here... everything has to pass by a command, which will be a combination of two characters where the first one is always `^` and corresponds to the **control key** on your keyboard.
![](../images/4-creation/nano.png){: style="height:250px"} ![](../images/4-creation/nano.png){: style="height:250px"}
......
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