# 36. 其他

> Nobody really knows what the Bourne shell's grammar is. Even examination of the source code is little help. ——Tom Duff

目录

* [36.1 交互和非交互shell以及脚本](https://github.com/clay-wangzhi/wiki/tree/b02392eaee988fc01a5e6b8cb1ded1f9a86bb2e3/2%20shell/part5/36_1_interactive_and_non-interactive_shells_and_scripts.md)
* [36.2 shell wrappers](https://github.com/clay-wangzhi/wiki/tree/b02392eaee988fc01a5e6b8cb1ded1f9a86bb2e3/2%20shell/part5/36_2_shell_wrappers.md)
* [36.3 测试和比较的其他方法](https://github.com/clay-wangzhi/wiki/tree/b02392eaee988fc01a5e6b8cb1ded1f9a86bb2e3/2%20shell/part5/36_3_tests_and_comparisons_alternatives.md)
* [36.4 递归：调用自己的脚本](https://github.com/clay-wangzhi/wiki/tree/b02392eaee988fc01a5e6b8cb1ded1f9a86bb2e3/2%20shell/part5/36_4_recursion_a_script_calling_itself.md)
* [36.5 “彩色”的脚本](/shell/part5/36_miscellany/36_5_colorizing_scripts.md)
* [36.6 优化](https://github.com/clay-wangzhi/wiki/tree/b02392eaee988fc01a5e6b8cb1ded1f9a86bb2e3/2%20shell/part5/36_6_optimizations.md)
* [36.7 其他技巧](https://github.com/clay-wangzhi/wiki/tree/b02392eaee988fc01a5e6b8cb1ded1f9a86bb2e3/2%20shell/part5/36_7_assorted_tips.md)
* [36.8 安全问题](https://github.com/clay-wangzhi/wiki/tree/b02392eaee988fc01a5e6b8cb1ded1f9a86bb2e3/2%20shell/part5/36_8_security_issues.md)
* [36.9 可移植性问题](https://github.com/clay-wangzhi/wiki/tree/b02392eaee988fc01a5e6b8cb1ded1f9a86bb2e3/2%20shell/part5/36_9_portability_issues.md)
* [36.10 Windows系统下的脚本](https://github.com/clay-wangzhi/wiki/tree/b02392eaee988fc01a5e6b8cb1ded1f9a86bb2e3/2%20shell/part5/36_10_shell_scripting_under_windows.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.clay-wangzhi.com/shell/part5/36_miscellany.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.
