cmdlet 功能 cmd command alias
get-location 当前目录 pwd gl
set-location 改变操作目录 cd,chdir sl
new-item 新建文件或文件夹 ni
rename-item 重命名 rn rni
copy-item 复制 copy cpi
move-item 移动 move mi
remove-item 删除 del ri
set-item 设置内容 si
clear-item 删除内容 cli
mkdir 新建文件夹 md
set-content 设置内容 sc
get-content 获取内容 type gc