@@ -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.