alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 2 years agoHallelujahlemmy.worldimagemessage-square135fedilinkarrow-up11.54Karrow-down140
arrow-up11.5Karrow-down1imageHallelujahlemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 2 years agomessage-square135fedilink
minus-squarevithigar@lemmy.calinkfedilinkarrow-up13·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
.