Skip to content

命令行处理文件夹 | Ubuntu

若名称有空格,则使用'括起

新建

bash
mkdir 名称

重命名

bash
mv 旧名称 新名称

复制

bash
cp -r 名称 目标目录/

删除

bash
rm -r 名称