powershell notes

常见命令

 cp ./dist/* ../nginx/www/ -R
 rm ../nginx/www/*
 rm ../nginx/www/* -r

新建文件

new-item filename

查看目录结构

 tree ./dist /a
 tree ./dist /f

相关链接

2019, Sep 30

| 本文访问量:

上一篇 docker notes 下一篇 vue proxy config