• @vithigar@lemmy.ca
      link
      fedilink
      13
      edit-2
      10 months ago

      Every command that isn’t fully expanded PowerShell commands is an alias. dir and ls are both aliases for Get-ChildItem.

    • @hemko@lemmy.dbzer0.com
      link
      fedilink
      English
      310 months ago

      Yeah posh has lot of aliases by default to make it more “friendly”. mkdir is just new-item -type directory or whatever.

      Also curl is just alias for invoke-webrequest and works nothing like curl