|
|
|
|
|
by cyberbanjo
1147 days ago
|
|
popd and pushd are aliases for Pop-Location and Push-Location, so they are the PowerShell equivalent. Unsure about dir -v. dir itself is an alias for Get-ChildItem, but I don't know about -v (natural sort of version number) |
|