find . -type f -name "*_remote.repositories" -exec rm -f {} ;
[root@localhost bin]# find . -type f -name "*lastUpdated" -exec rm -f {} \;
注意,在需要删除的文件目录下。
find . -type f -name "*_remote.repositories" -exec rm -f {} ;
[root@localhost bin]# find . -type f -name "*lastUpdated" -exec rm -f {} \;
注意,在需要删除的文件目录下。