1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-18 06:55:50 +02:00
tldr/pages.es/windows/get-location.md

10 lines
297 B
Markdown
Raw Normal View History

# Get-Location
> Imprime el nombre del directorio actual/de trabajo.
> Este comando solo se puede ejecutar a través de PowerShell.
> Más información: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location>.
- Imprime el directorio actual:
`Get-Location`