alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agoHallelujahlemmy.worldimagemessage-square128fedilinkarrow-up11.48Karrow-down137
arrow-up11.44Karrow-down1imageHallelujahlemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agomessage-square128fedilink
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
.