PoshFunctions
PoshFunctions copied to clipboard
[REQUEST] Move-Item with directory merging
Either as a proxy command to Move-Item or a new command entirely, I'd like a Move-Item command capable of merging a moved directory to an already existing one.
The current work around is using Copy-Item instead and using Remove-Item afterward, but this is much slower.