使用rm,我得到一个“参数列表太长”的错误.我试图用xargs做些什么,但我不是Shell Guy,所以它不起作用:
find -name * | xargs rm -f
$find /path/to/folder -type f -delete