• Aatube@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    9 months ago

    The problem with powershell for me is everything needs to be typed in a dreaded Pascal + Kebab case which makes typing quite slower than linux’s all-lowercase commands. Easeir to learn, perhaps, but not easier to use.

    • Hot Saucerman@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      ·
      9 months ago

      I get that, but Windows/Powershell isn’t case-sensitive, so you can type it all lowercase if you want (I do).

      Linux on the other hand is case sensitive despite most GNU tools defaulting to all lower case. There’s definitely a bunch of case-sensitive switches in Linux CLI applications.

      There has been optional case-insensitive file system support in Linux for a few years now, though.

      • Aatube@kbin.social
        link
        fedilink
        arrow-up
        2
        ·
        9 months ago

        It’s case sensitive? Oh wow, that does make things a lot easier. I still hate hyphens