mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 10:53:27 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
22
tldr/windows/resolve-path
Normal file
22
tldr/windows/resolve-path
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Resolve-Path
|
||||
|
||||
> Resolves the wildcard characters in a path, and displays the path contents.
|
||||
> This command can only be used through PowerShell.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/resolve-path>.
|
||||
|
||||
- Resolve the home folder path:
|
||||
|
||||
`Resolve-Path {{~}}`
|
||||
|
||||
- Resolve a UNC path:
|
||||
|
||||
`Resolve-Path -Path "\{{hostname}}\{{path oile}}"`
|
||||
|
||||
- Get relative paths:
|
||||
|
||||
`Resolve-Path -Path {{path oile_or_directory}} -Relative`
|
||||
Reference in New Issue
Block a user