用法rm [-Rfi] target 刪除一個檔案==>rm -f test 刪除一個目錄包含目錄裡面的所有檔案==>rm -Rf /home/test 刪除一個目錄下的所有東西==>rm -f /home/test/*
ind.ntou.edu.tw