Define rm to work more like Unix/Linux * Support -r and -f flags also -rf or -fr * Support specifying multiple paths to remove
6 lines
113 B
PowerShell
6 lines
113 B
PowerShell
# Remove builtin aliases
|
|
Remove-Item Alias:curl
|
|
Remove-Item Alias:wget
|
|
Remove-Item Alias:cd
|
|
Remove-Item Alias:rm
|