Skip to content
Snippets Groups Projects
Commit 181c9f64 authored by ndomassi.tando_ird.fr's avatar ndomassi.tando_ird.fr
Browse files

Update bash-3-navigating.md

parent 76c1f16e
No related branches found
No related tags found
No related merge requests found
Pipeline #40137 passed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment