You don't even need to use rm in this case if you are afraid. Use find : find . -name "*.bak" -type f -delete. But use it with precaution.
確定! 回上一頁