qnx sh: rm: Arg list too long

使用

find . -type f -exec rm {} 

find . -type f -exec rm {} # -exec rm {} 相当于 xargs rm

你可能感兴趣的:(linux,运维,服务器)