• Appoxo@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    13 hours ago

    The few times I tried bash it was awful.
    At least Powershell let’s me manipulate data more freely and organized.

    But Linux has way cooler packages (Window Server 2025 finally implemented winget ootb).

    • msage@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 hours ago

      I have not used PowerShell that much, because I’m so used to bash that it felt foreign.

      There are other shells you can try, more modern, perhaps they will be more to your liking.

      • Appoxo@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        9 hours ago

        Understandbly theres no real need to use powershell outside of the windows realm.

        As far as my limited experience understood it: Everything powershell gives you is in a properly formatted data type (e.g. bool, text, int, etc.) and thus can be more easily manipulated than in bash where everything is treated as text.