Skip to content
Snippets Groups Projects
bash_manip-4-awk copy.md 415 B
Newer Older
# Extracting from files

To do this exercice you will need to download French First name data from "Institut national de la statistique
et des études économiques"

```bash
wget https://www.insee.fr/fr/statistiques/fichier/2540004/nat2021_csv.zip
unzip nat2021_csv.zip 
```

You should now have a file called `nat2021.csv` in your working directory.


## Filtering a file (awk)



## Replacing patterns (sed)