📌  相关文章
📜  ubuntu 删除文件夹的内容 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:12.692000             🧑  作者: Mango

代码示例1
To remove all non-hidden files and sub-directories (along with all of their contents) in a 
directory use:
rm -r /path/to/directory/*