It does not make sense to use grep for filtering if you use find anyway. find . -mindepth 1 -maxdepth 1 -name '*EXEC_EC*' -mtime +7.
確定! 回上一頁