alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agoHallelujahlemmy.worldimagemessage-square135fedilinkarrow-up11.54Karrow-down139
arrow-up11.5Karrow-down1imageHallelujahlemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agomessage-square135fedilink
minus-squarevithigar@lemmy.calinkfedilinkarrow-up13·edit-21 year agoEvery command that isn’t fully expanded PowerShell commands is an alias. dir and ls are both aliases for Get-ChildItem.
Every command that isn’t fully expanded PowerShell commands is an alias.
dir
andls
are both aliases forGet-ChildItem
.