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 {} /;