linux 命令

删除文件夹及其所有内容

rm -r /path/to/directory

删除文件夹下的所有文件(保留目录)

rm folder_name/*

posted @ 2025-08-23 16:21  Lucas_coming  阅读(6)  评论(0)    收藏  举报