alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agoHallelujahlemmy.worldimagemessage-square87fedilinkarrow-up1558arrow-down115
arrow-up1543arrow-down1imageHallelujahlemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agomessage-square87fedilink
minus-squareJustBrian7872@feddit.delinkfedilinkarrow-up3·1 year agoClassic PoweShell experience. Try rm -rf - I wonder why they added the aliases in the first place. Only frustrating to type different arguments which are also more verbose. Tastes like the good ol’ embrace-extend-extinguish.
minus-squarePoolloverNathan@programming.devlinkfedilinkEnglisharrow-up1·1 year agoFortunately splitting up the arguments works in Powershell sometimes: rm -r -f
Classic PoweShell experience. Try
rm -rf
- I wonder why they added the aliases in the first place. Only frustrating to type different arguments which are also more verbose. Tastes like the good ol’ embrace-extend-extinguish.Fortunately splitting up the arguments works in Powershell sometimes:
rm -r -f