카테고리 없음
rm 인수가 너무 길어서 실패 시
산다라봉
2019. 8. 27. 00:10
① # ls | xargs -n1000 rm -f
② #echo * | xargs rm -rf
③ #find ./ -name "*" -exec rm -f {} \;
출처: https://dynamis.tistory.com/7 [Something New]