find . -name "*.h" -mtime -10 -type f -print
find . -regex ".*\.\(c\|h\)" -mtime -10 -type f -print
转载于:https://www.cnblogs.com/ahuo/p/7159392.html
find . -name "*.h" -mtime -10 -type f -print
find . -regex ".*\.\(c\|h\)" -mtime -10 -type f -print
转载于:https://www.cnblogs.com/ahuo/p/7159392.html