Delete files generated by Find + EXEC

xiaoxiao2021-03-06  36

Q:

Running a program, you can generate a lot of files every day, these file names have nothing to do, I hope to delete files 2 days or specified documents, what should I achieve? A: Using Find EXEC below is the file Find Path -ctime 2 -Exec RM {} /;

转载请注明原文地址:https://www.9cbs.com/read-61365.html

New Post(0)