Linux can't delete files

前端 未结 3 623
既然无缘
既然无缘 2021-01-22 06:49

I have a problem with removing files when I find them. Task : must find files with spaces and remove them

my try :)

rm $(find -L /root | grep -i \' \')
<         


        
3条回答
提交回复
热议问题