cmd命令行常用命令

cd xxx 打开xxx目录
cd.. 返回上一目录
cd/ 返回根目录

md xxx 

创建xxx目录
del xxx 删除xxx目录
ren xxx 重命名xxx文件(夹)
echo a 2>xxx.js 新建xxx.js文件
type a.js > b.js 复制a.js到b.js
copy a.js b.js
cls 清除屏幕
待续。。。  

猜你喜欢

转载自blog.csdn.net/xiaomajia029/article/details/91038971