OS & Shell/Linux

[Linux] rm -rf

냐옴 2017. 5. 16. 16:31

▶ 디렉토리 삭제

 rm -rf a

 rm -rf a/


▶ 디렉토리 안 파일만 삭제

rm -rf a/*


저작자표시 (새창열림)