> For the complete documentation index, see [llms.txt](https://applezu.netdpi.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://applezu.netdpi.net/02-linux-xi-tong-cao-zuo/xun-zhao-duo-zhong-fu-dang-ming.md).

# 尋找多種副檔名

$ find . -name "*.c" -o -name "*.cpp" -o -name "\*.h"
