From b231bea753799e203f3df56a623b33bc01b5c585 Mon Sep 17 00:00:00 2001
From: "alexis.dereeper_ird.fr" <alexis.dereeper@ird.fr>
Date: Tue, 3 Dec 2024 11:49:46 +0000
Subject: [PATCH] Update bash-extracting_from_files.md

---
 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 06c98d2..c4c5a9d 100644
--- a/docs/pages/bash/bash-extracting_from_files.md
+++ b/docs/pages/bash/bash-extracting_from_files.md
@@ -165,7 +165,7 @@ The `cut` command allows to cut a line at a specific character and extract a sel
 
 The `uniq` command can be used to remove the redundancy. But result need to be sorted to make it work properly/
 
-!!! question "Using `uniq`, could you now find a way to filter the redundancy by keeping only the names"
+!!! question "Using `uniq`, could you now find a way to filter the redundancy by keeping only the names?"
 
 ??? example "Click to show the solution"  
     ```bash
-- 
GitLab