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
| 本文访问量: 次
cp ./dist/* ../nginx/www/ -R
rm ../nginx/www/*
rm ../nginx/www/* -r
new-item filename
tree ./dist /a
tree ./dist /f
2019, Sep 30