Navigating Folders Directories with PowerShell
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=gd1GT5gfIPk
In this video I'll demonstrate how to navigate directories using PowerShell. • • Topics covered: • • Copy folder paths from File Explorer • Get the current location with Get-Location ( alias pwd ) • Change current location w/ Set-Location ( alias cd ) • Using relative paths ( .. and .\\ ) • Using the Location Stack with Push-Location and Pop-Location ( alias pushd / popd ) • • • Blog Post: • https://carlhillit.github.io/blog/202...
#############################
