mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
82eb0aa1b6
Co-authored-by: Darío Hereñú <magallania@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
10 lines
297 B
Markdown
10 lines
297 B
Markdown
# 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`
|