rm

파일 혹은 폴더를 삭제. 참고: rmdir. 더 많은 정보: https://www.gnu.org/software/coreutils/manual/html_node/rm-invocation.html.

rm {{경로/대상/파일1 경로/대상/파일2 ...}}

rm -f {{경로/대상/파일1 경로/대상/파일2 ...}}

rm -i {{경로/대상/파일1 경로/대상/파일2 ...}}

rm -v {{경로/대상/파일1 경로/대상/파일2 ...}}

rm -r {{경로/대상/파일_혹은_디렉토리1 파일_혹은_디렉토리2 ...}}