alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 2 years agoHallelujahlemmy.worldimagemessage-square128linkfedilinkarrow-up11.48Karrow-down138
arrow-up11.44Karrow-down1imageHallelujahlemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 2 years agomessage-square128linkfedilink
minus-squarevithigar@lemmy.calinkfedilinkarrow-up11·edit-22 years 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
.