From 181c9f646ad8ec8ac0aaf11c43260e1bea7ba807 Mon Sep 17 00:00:00 2001 From: "ndomassi.tando_ird.fr" <ndomassi.tando@ird.fr> Date: Mon, 25 Nov 2024 13:56:48 +0000 Subject: [PATCH] Update bash-3-navigating.md --- 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 11f0bbc..dcf3d5f 100644 --- a/docs/pages/bash/bash-3-navigating.md +++ b/docs/pages/bash/bash-3-navigating.md @@ -234,7 +234,7 @@ As you type a file or directory name and press Tab, Bash will complete the name You are supposed to be in the `script` directory now. Try the command `cd` without any argument. What happens? (check with `pwd`) ??? example "Click to show the solution" - Right you moved in the `home` directory. This command is even shorter than `cd ~`. + Right you moved in the `/home/<user_name>` directory. This command is even shorter than `cd ~`. !!! Success "Quick recap" In this section we've learned: -- GitLab