# Bash 學習手冊

## Bash 學習手冊

- [原著資料](https://bash.netdpi.net/readme.md): 深度探索 Shell 程式設計的藝術
- [原文修訂歷程記錄](https://bash.netdpi.net/xiu-ding-li-cheng-ji-lu.md)
- [中譯日誌](https://bash.netdpi.net/zhong-yi-ri-zhi.md)
- [聯絡譯者](https://bash.netdpi.net/lian-luo-yi-zhe.md)
- [第一部、導讀](https://bash.netdpi.net/di-yi-bu-dao-du.md): Script：寫作；完成的文件。 — 韋氏詞典，1913年版。
- [第一章、shell 程式設計](https://bash.netdpi.net/di-yi-bu-dao-du/di-yi-zhang-shell-cheng-shi-she-ji.md)
- [第二章、從 #! 開始](https://bash.netdpi.net/di-yi-bu-dao-du/chap02-start-off.md): SHELL程式設計是一種20世紀50年代的自動點唱機。— 拉里·瓦爾
- [第二部、基礎](https://bash.netdpi.net/di-er-bu-ji-chu.md)
- [第三章、特殊字元](https://bash.netdpi.net/di-er-bu-ji-chu/te-shu-zi-yuan.md)
- [第四章、變數與參數](https://bash.netdpi.net/di-er-bu-ji-chu/di-si-zhang-bian-shu-yu-can-shu.md)
- [4.1 變數](https://bash.netdpi.net/di-er-bu-ji-chu/di-si-zhang-bian-shu-yu-can-shu/4.1-bian-shu.md)
- [4.2 變數賦值](https://bash.netdpi.net/di-er-bu-ji-chu/di-si-zhang-bian-shu-yu-can-shu/4.2-bian-shu-fu-zhi.md): 變數賦值職
- [4.3 bash 的變數沒有型別](https://bash.netdpi.net/di-er-bu-ji-chu/di-si-zhang-bian-shu-yu-can-shu/4.3-bash-de-bian-shu-mei-you-xing-bie.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://bash.netdpi.net/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
