• @sysadmin420
    link
    21 year ago

    cd c:\folder

    ls Command not found

    Every Fn Time , now they add sudo?

    • @[email protected]
      link
      fedilink
      21 year ago

      Ditch CMD and use PowerShell like a civilised person. ls is a valid built-in alias to Get-ChildItem. cd itself is an alias to Set-Location.

      • @sysadmin420
        link
        11 year ago

        I just run Linux directly and skip windows for almost everything.