解决方法:

find ./ -type f -name "*.nasl"|xargs rm -f

find ./ -type f -name "*.*"|xargs rm -f

相关文章: