1.linux下查找指定后缀的文件 例如查找当前目录下的所有后缀名时.c或.h的文件 find . -type f -regex ".*\.\(c\|h\)" 相关文章: 2021-11-13 2021-05-29 2021-11-04 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2021-12-16