随笔分类 -  powershell

powershell基础笔记
摘要:一:常用命令1、新建目录:md test1——MD函数,它内部调用的是New-Item命令,指定参数–type的值为Directorynew-item test2.txt -type directory2、新建文件new-item test.txt -type file3、删除目录remove-it 阅读全文

posted @ 2022-07-31 13:47 达摩克利斯 阅读(121) 评论(0) 推荐(0)

导航