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

@@ -22,8 +22,6 @@ translators:
Bash 是一個爲 GNU 計劃編寫的 Unix shell是 Linux 和 macOS 下預設的 shell。
以下大多數例子可以作爲腳本的一部分運行,也可直接在 shell 下互動執行。
[更多資訊](http://www.gnu.org/software/bash/manual/bashref.html)
```bash
#!/bin/bash
# 腳本的第一行叫 shebang用來告知系統如何執行該腳本:
@@ -371,3 +369,5 @@ info bash 'Bash Features'
info bash 6
info --apropos bash
```
[更多資訊](https://www.gnu.org/software/bash/manual/bashref.html)