linux find 10天内改动过的文件

find . -name "*.h" -mtime -10 -type f -print

 

find . -regex ".*\.\(c\|h\)" -mtime -10 -type f -print

posted @ 2017-07-13 11:07  ahuo  阅读(1139)  评论(0编辑  收藏  举报