简单的doc命令

cd 切换目录

dir 显示目录列表

mkdir 创建目录(mkdir)

rmdir 删除空目录(rmdir test)

rmdir  /s 删除非空目录(rmdir test /s)

echo 创建文本文件(echo hello > hello.txt)

ren 更改文件名 (ren hello.txt hi.txt)

del 删除文件(del hello.txt)

type 显示文本文件内容(type hello.txt)

move 移动文件(move hello.txt a)

copy 复制文件(copy hello.txt hi.txt) 

clip 复制文本文件到剪切板(clip < hello.txt)

上一篇:用vi修改文件,保存文件时,提示“readonly option is set”的解决方法


下一篇:Swiper.js 中文API手册