例子: find -name “CVS” -exec rm -rf {} \; 利用-name和-exec两个参数组合,可以实现批量查找删除指定文件的目的。 要活用find,它是很强大的。 find [path...] [expression] -name pattern Base of fil...
例子: find -name “CVS” -exec rm -rf {} \; 利用-name和-exec两个参数组合,可以实现批量查找删除指定文件的目的。 要活用find,它是很强大的。 find [path...] [expression] -name pattern Base of fil...
以前在用linux+windows双系统时,在linux下挂载了windows的分区。在windows分区中每写入一个文件就会产生一个文件名加“:Zone.Identifier:$DATA”的文件。比如增加一个Thunder7.1.0.1962.exe文件后...