Summary: Use Windows PowerShell to display locations stored on the default stack.
How can I use Windows PowerShell to see the locations that are stored on my default location stack?
Use the –Stack parameter of Get-Location:
Get-Location -Stack
Summary: Use Windows PowerShell to display locations stored on the default stack.
How can I use Windows PowerShell to see the locations that are stored on my default location stack?
Use the –Stack parameter of Get-Location:
Get-Location -Stack