From 98b38f089c2f5386a312342c5073f19f0d86ce89 Mon Sep 17 00:00:00 2001
From: "jacques.dainat_ird.fr" <jacques.dainat@ird.fr>
Date: Thu, 3 Oct 2024 14:32:33 +0000
Subject: [PATCH] Update bash-7-commands.md

---
 docs/pages/bash/bash-7-commands.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/pages/bash/bash-7-commands.md b/docs/pages/bash/bash-7-commands.md
index 9308aeb..075eb85 100644
--- a/docs/pages/bash/bash-7-commands.md
+++ b/docs/pages/bash/bash-7-commands.md
@@ -44,22 +44,22 @@ var=$(command)
 
 Commands can take different arguments:
 
-** Nothing **  
+**Nothing**  
 ```bash
 ls
 ```
 
-** String **  
+**String**  
 ```bash
 echo hello world
 ```
 
-** File **  
+**File**  
 ```bash
 cat file_input
 ```
 
-** A stream **  
+**A stream**  
 What is a stream?
     explanation here
 
-- 
GitLab