2 lines
67 B
PowerShell
2 lines
67 B
PowerShell
"C:\a\b\c\d\e","C:\a\b\e\f","C:\a\b\c\d\x" | Get-CommonPath
|
|
C:\a\b
|
"C:\a\b\c\d\e","C:\a\b\e\f","C:\a\b\c\d\x" | Get-CommonPath
|
|
C:\a\b
|