KillDash9@programming.dev to linuxmemes@lemmy.world · 1 day agoI can't like the fishprogramming.devimagemessage-square156fedilinkarrow-up1488arrow-down125
arrow-up1463arrow-down1imageI can't like the fishprogramming.devKillDash9@programming.dev to linuxmemes@lemmy.world · 1 day agomessage-square156fedilink
minus-squarekn33@lemmy.worldlinkfedilinkEnglisharrow-up1·edit-21 hour 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.