2015年3月24日 星期二

[Linux指令]Linux刪除資料夾下所有資料夾和檔案

rm 是刪除資料夾指令
但是如果要刪除的資料夾內還有其他的東西,則直接執行會發生錯誤
這時候就要搭配其他的參數,才能一起刪除
從網路上找到的rm指令的參數
-i prompt before every removal -I prompt once before removing more than three files, or when removing recursively. Less intrusive than -i, while still giving protection against most mistakes -r, -R, --recursive remove directories and their contents recursively

所以要完成刪除整個資料夾(包含裡面的檔案)指令應該是
rm -rI 資料夾名稱

沒有留言:

張貼留言