Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试删除一个目录,以便我可以再次从 github 克隆它,因为它搞砸了。但是有太多的文件/子目录无法单独删除它们。有没有更快的方法来做到这一点?
你想要rm命令。
rm
rm -rf my_messed_up_repo
查看rm --help更多信息。
rm --help