45101279@A156A0L62J8EDA8 MINGW64 /gyl/test $ find /gyl -name '*.txt*' ! -path '/gyl/test/*' /gyl/1.txt 45101279@A156A0L62J8EDA8 MINGW64 /gyl/test $ find /gyl -name '*.txt*' ! -path '/gyl/test/*' -type f -mtime +1 -delete;
1 find /gyl -name '*.txt*' ! -path '/gyl/test/*.txt*' -type f -mtime +60 -delete;