find 指定不删除目录文件

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; 

posted @ 2022-04-07 12:00  tigergaonotes  阅读(55)  评论(0)    收藏  举报