KillDash9@programming.dev to linuxmemes@lemmy.world · 1 day agoI can't like the fishprogramming.devimagemessage-square158fedilinkarrow-up1492
arrow-up1492imageI can't like the fishprogramming.devKillDash9@programming.dev to linuxmemes@lemmy.world · 1 day agomessage-square158fedilink
minus-squarekn33@lemmy.worldlinkfedilinkEnglisharrow-up1·edit-23 hours 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.
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.