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

Ajout exo avec &&

parent 32f40fae
No related branches found
No related tags found
No related merge requests found
Pipeline #40299 passed
...@@ -97,6 +97,13 @@ The rare name ([see here for documentation](https://www.insee.fr/fr/statistiques ...@@ -97,6 +97,13 @@ The rare name ([see here for documentation](https://www.insee.fr/fr/statistiques
``` ```
People tends to provide more and more rare names. People tends to provide more and more rare names.
!!! question "Now, display the lines `_PRENOMS_RARES` in 2021 follow with the command `echo "this is the number of rare firstnames in 2021 for boys and girls"` "
??? example "Click to show the solution"
```bash
grep ";_PRENOMS_RARES;2021;" nat2021.csv && echo "this is the number of rare firstnames in 2021 for boys and girls "
```
## Sorting a tabular file (sort) ## Sorting a tabular file (sort)
......
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