# 尋找多種副檔名

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