# 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 “彩色”的脚本](https://wiki.clay-wangzhi.com/shell/part5/36_miscellany/36_5_colorizing_scripts)
* [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)
