# 38.3 从哪里可以获得帮助

作者(邮件：<thegrendel.abs@gmail.com>)不再维护或者更新这份文档。他不会回答关于这本书或者一般脚本主题的任何问题。

> 如果你的课程作业需要帮助的话，请阅读相关的章节以及其它的参考书籍。 尽你最大的能力、使用你的智慧和资源去解决问题。 请不要浪费作者的时间。你不会获得任何帮助和同情。[\[1\]](http://tldp.org/LDP/abs/html/wherehelp.html#FTN.AEN21329)

> 同样的，友善地拒绝对于作者的恳求，提供工作机会或者商业机会。 他活的很好，不需要帮助或者同情。谢谢你。

> 请注意，作者不会回答任何来自Sun/Solaris/Oracle 或者 Apple系统上的脚本问题。这些团队正在和开源社区过不去。Solaris或者Apple的用户可以直接从客户服务那里去友善的获得关心。

注意事项：

[\[1\]](http://tldp.org/LDP/abs/html/wherehelp.html#AEN21329) 好吧，如果你执意坚持，你可以试试修改[\[例子 A-44\]](http://tldp.org/LDP/abs/html/contributed-scripts.html#HOMEWORK) 来达到你的目的。


---

# 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://linuxstory.gitbook.io/advanced-bash-scripting-guide-in-chinese/zheng-wen/38_endnotes/38_3_where_to_go_for_help.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.
