# 日志

Unix的哲学:

* 程序应该只关注一个目标，并尽可能把它做好。
* 让程序能够互相协同工作。
* 应该让程序处理文本数据流，因为这是一个通用的接口。

在GNU/Linux环境中，有大量优秀的应用程序，可以让我们事半功倍（如果能够合理使用的话）。

## 参考

* [Unix哲学](https://zh.wikipedia.org/zh-cn/Unix哲学)


---

# 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://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/log.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.
