linux下查找指定后缀的文件

1.linux下查找指定后缀的文件html 例如查找当前目录下的全部后缀名时.c或.h的文件linux find  .  -type f -regex  ".*\.\(c\|h\)"post 转载于:https://www.cnblogs.com/dakewei/p/8134857.htmlhtm
相关文章
相关标签/搜索