mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 00:55:52 +02:00

Co-authored-by: Darío Hereñú <magallania@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
530 B
530 B
Resolve-Path
Resuelve los caracteres comodín en una ruta y muestra el contenido de la ruta. Nota: Este comando solo se puede usar a través de PowerShell. Más información: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/resolve-path.
- Resolver la ruta de la carpeta de inicio:
Resolve-Path {{~}}
- Resolver una ruta UNC:
Resolve-Path -Path "\\{{nombre_del_host}}\{{ruta\al\archivo}}"
- Obtener rutas relativas:
Resolve-Path -Path {{ruta\al\archivo_o_directorio}} -Relative