KillDash9@programming.dev to linuxmemes@lemmy.world · 5 days agoI can't like the fishprogramming.devexternal-linkmessage-square186linkfedilinkarrow-up1565arrow-down129
arrow-up1536arrow-down1external-linkI can't like the fishprogramming.devKillDash9@programming.dev to linuxmemes@lemmy.world · 5 days agomessage-square186linkfedilink
minus-squarekn33@lemmy.worldlinkfedilinkEnglisharrow-up4·edit-24 days agoOne of the things I really like about PowerShell is the “verb-noun” convention. It makes things a lot easier when learning by examples. Wtf is a sed or an awk? But New-Item -Type Directory oh yeah that makes sense.
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up2·3 days agoTo be fair, the comparison there is mkdir which means make directory, but I don’t doubt there are better examples.
One of the things I really like about PowerShell is the “verb-noun” convention. It makes things a lot easier when learning by examples. Wtf is a
sedor anawk? ButNew-Item -Type Directoryoh yeah that makes sense.To be fair, the comparison there is
mkdirwhich means make directory, but I don’t doubt there are better examples.