Comment by ksk
13 years ago
I agree, Powershell is definitely uglier to look at. To shorten it a bit you could also do this..
gci \'$Recycle.Bin' -Force -Recurse | ?{-not $_.PSIsContainer} | Remove-Item -Force
13 years ago
I agree, Powershell is definitely uglier to look at. To shorten it a bit you could also do this..
gci \'$Recycle.Bin' -Force -Recurse | ?{-not $_.PSIsContainer} | Remove-Item -Force
No comments yet
Contribute on Hacker News ↗