X-zcer / PIT-with-RTS

0 stars 0 forks source link

(十八)清理目录 #18

Open X-zcer opened 6 years ago

X-zcer commented 6 years ago

rm -rf !(ChooseProjects|download|EkstaziProjects|Inspection|PITEST|Projects|STARTS|STARTSProjects)

X-zcer commented 6 years ago

find dir/ -type f ! -name file1 -a ! -name file2 | xargs rm -f