附录 1 - 兼容性别名Appendix 1 - Compatibility Aliases

本文内容

Windows PowerShell 具有几个转换别名,它们让 UNIX 和 Cmd 用户能够在 Windows PowerShell 中使用熟悉的命令名称的。下表中显示的是最常见的别名,别名后带有 Windows PowerShell 命令和标准 Windows PowerShell 别名(如果存在)。

你可以通过使用 Get-Alias cmdlet 从 Windows PowerShell 内部找到任何别名指向的 Windows PowerShell 命令。例如,键入 get-alias cls

  1. CommandType Name Definition
  2. ----------- ---- ----------
  3. Alias cls Clear-Host

CMD 命令UNIX 命令PS 命令PS 别名
dirlsGet-ChildItemgci
clsclearClear-Host(函数)cls
del, erase, rmdirrmRemove-Itemri
copycpCopy-Itemci
movemvMove-Itemmi
renamemvRename-Itemrni
typecatGet-Contentgc
cdcdSet-Locationsl
mdmkdirNew-Itemni
pushdpushdPush-Locationpushd
popdpopdPop-Locationpopd