Answers for "display current directory powershell"

C#
0

powershell show only current directory

function prompt {
  $p = Split-Path -leaf -path (Get-Location)
  "$p> "
}
Posted by: Guest on March-30-2021
1

powershell open current directory

ii .
Posted by: Guest on October-20-2020

Code answers related to "display current directory powershell"

C# Answers by Framework

Browse Popular Code Answers by Language