alphacyberranger to Programmer Humor@programming.devEnglish • 2 years agoHallelujahlemmy.worldimagemessage-square134fedilinkarrow-up11.54Karrow-down139
arrow-up11.5Karrow-down1imageHallelujahlemmy.worldalphacyberranger to Programmer Humor@programming.devEnglish • 2 years agomessage-square134fedilink
minus-square@JustBrian7872@feddit.delinkfedilink6•2 years 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-square@PoolloverNathan@programming.devlinkfedilinkEnglish2•2 years 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