Muscle memory is causing all kinds of problems.

  • @[email protected]
    link
    fedilink
    English
    87 months ago

    The reason I have a “ls.bat” batch file on my Windows PC and a “d.sh” script in linux. Both added to my path, of course

    • @MrPoopyButthole
      link
      English
      107 months ago

      Powershell has ls and other common linux commands built in, try it.

      • @[email protected]
        link
        fedilink
        English
        17 months ago

        Powershell ls is an alias to get-childitem.

        And wget is an alias to invoke-webrequest, which is NOT AT ALL the same thing.