From f777f5a8f981a611af73fc9504b7e75016696a15 Mon Sep 17 00:00:00 2001 From: "ndomassi.tando_ird.fr" <ndomassi.tando@ird.fr> Date: Mon, 25 Nov 2024 13:40:06 +0000 Subject: [PATCH] modif autographe ligne 75 --- docs/pages/bash/bash-3-navigating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/bash/bash-3-navigating.md b/docs/pages/bash/bash-3-navigating.md index 6ef1688..0dc017f 100644 --- a/docs/pages/bash/bash-3-navigating.md +++ b/docs/pages/bash/bash-3-navigating.md @@ -72,7 +72,7 @@ cd {{extra.working_directory}} ??? example "Click to show the solution" Well actually, it is not possible to differenciate with only `ls`. -Bu using the option `-F` you can tell ls to classify the output by adding a marker to file and directory names to indicate what they are: +By using the option `-F` you can tell ls to classify the output by adding a marker to file and directory names to indicate what they are: * a trailing / indicates that this is a directory * @ indicates a link -- GitLab