1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-09-02 03:02:54 +02:00

[bash] move documentation link to the end

This commit is contained in:
Boris Verkhovskiy
2025-08-23 19:41:13 -06:00
parent 46dd2bf2be
commit b5b1d6f99f
18 changed files with 74 additions and 73 deletions

View File

@@ -16,8 +16,6 @@ translators:
Bash is de naam van de unix shell, deze wordt gebruikt voor het GNU operating system en is de standaard shell op Linux en macOS.
Bijna alle voorbeelden hieronder kunnen deel uitmaken van een shell script of kunnen uitgevoerd worden in de shell.
[Lees er meer over hier.](http://www.gnu.org/software/bash/manual/bashref.html)
```bash
#!/bin/bash
# De eerste lijn in het schript is shebang, deze laat het systeem weten hoe
@@ -229,3 +227,5 @@ info bash 'Bash Features'
info bash 6
info --apropos bash
```
[Lees er meer over hier.](https://www.gnu.org/software/bash/manual/bashref.html)