From 261f5e41406f756f02218441d98ac3dc2149b6ea Mon Sep 17 00:00:00 2001
From: "ndomassi.tando_ird.fr" <ndomassi.tando@ird.fr>
Date: Wed, 27 Nov 2024 17:38:17 +0000
Subject: [PATCH] Ajout Bonus pour exo awk

---
 docs/pages/bash/bash-extracting_from_files.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/pages/bash/bash-extracting_from_files.md b/docs/pages/bash/bash-extracting_from_files.md
index c349008..06c98d2 100644
--- a/docs/pages/bash/bash-extracting_from_files.md
+++ b/docs/pages/bash/bash-extracting_from_files.md
@@ -226,7 +226,7 @@ You can redirect a result and store it in a file thanks to the `>` redirection:
     ```
 
 
-## Filtering a file (awk)
+##  Bonus: Filtering a file (awk)
 
 !!! question "Using `awk` on tabular file, display the most popular names (given more than 10000 times) between 1980 and 1990"
 
-- 
GitLab