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.
无论文件夹是空的还是非空的,如何使用单行命令删除文件夹?..有什么想法吗?
rm(1)命令有这个标志-r。-f除非您知道自己在做什么,否则不应将此标志与此命令一起使用,因为放置错误*或空格会使您删除的内容超出您的预期。
-r
-f
*