9 lines
254 B
Markdown
9 lines
254 B
Markdown
# 获取位置
|
|
|
|
> 打印当前/工作目录的名称。
|
|
> 此命令只能通过 PowerShell 运行。
|
|
> 更多信息:<https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location>。
|
|
|
|
- 打印当前目录:
|
|
|
|
`Get-Location` |