一个应用程序在我的 /tmp 目录中创建了一个名为“-123456”的目录。
在 Bash 中,rm -rf * 返回:bash: cd: -7: invalid option
rm -rf "-123456" 同样的事情。
帮助?
bash
bash ×1