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
The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.
0 comments