PowerShell 教程
目录
警告
本文最后更新于 2022-01-24,文中内容可能已过时。
PowerShell 是一种跨平台的任务自动化解决方案,由命令行 shell、脚本语言和配置管理框架组成。
所有指令或参数均不区分大小写!
PowerShell | Bash |
---|---|
ls 、dir 、Get-ChildItem 、gci | ls -l |
ls -force | ls -a |
ls -name | ls |
mkdir 、New-Item -itemtype "directory" | mkdir |
echo 、Write-Output 、write | echo |