① # ls | xargs -n1000 rm -f

② #echo * | xargs rm -rf     

③ #find ./ -name "*" -exec rm -f {} \;



출처: https://dynamis.tistory.com/7 [Something New]

+ Recent posts