将 test1子目录及子目录中所有档案删除

命令:

rm -r test1

rm -rf test2命令会将 test2 子目录及子目录中所有档案删除,并且不用一一确认

命令:

rm -rf  test2

05-28 17:26