For the complete documentation index, see llms.txt. This page is also available as Markdown.

尋找多種副檔名

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

Last updated