Skip to content
Snippets Groups Projects
Commit 407e0f32 authored by jacques.dainat_ird.fr's avatar jacques.dainat_ird.fr
Browse files

cleanify

parent 656d8ed8
No related branches found
No related tags found
No related merge requests found
Pipeline #2473 passed
......@@ -161,6 +161,7 @@ Here the few first command good to know:
| Command | action |
| :-: | :-: |
| ls | Inspect files and directories |
| cat | View file content |
| pwd | Print working directory |
| echo | Print a value e.g: `echo "coucou"` |
......@@ -292,7 +293,7 @@ Let's take the `SHELL` variable to play with.
```
Actually this variable is very important because it tells which shell you are using in the terminal.
If you whish to list shells available on your computer run:
A list of shells available on your computer is stored in the `/etc/shells` file. To display its content use the `cat` command:
```bash
cat /etc/shells
......
......@@ -97,8 +97,11 @@ nav:
- The basics: pages/bash/bash-2-the-basics.md
- Navigating files and directories: pages/bash/bash-3-navigating.md
- Working with files and directories: pages/bash/bash-4-working_with_files_and_directories.md
- Quotes: pages/bash/bash-5-quotes.md
- Let us go further: pages/bash/bash-6-let-us-go-further.md
- Special_characters: pages/bash/bash-5-special_characters.md
- PATH: pages/bash/bash-6-path.md
- Commands: pages/bash/bash-7-commands.md
- Conditional structure: pages/bash/bash-8-loops.md
- Scripting: pages/bash/bash-9-scripting.md
- Cheat sheet:
- Bash Cheat sheet: pages/cheat_sheet/bash/bash.md
- Interesting ressources: pages/cheat_sheet/interesting_ressources.md
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