In addition to deleting certain names removed

1. Delete addition to a name are removed

the Find The -type f -name -not ".wf * *." -Exec RM {} \;

2.find command


{} is the query result set to



3. xargs command


difference xargs and find find the result set one-time pass, and a transfer portion xargs


Guess you like

Origin www.cnblogs.com/eret9616/p/12275374.html