• Hot Saucerman
    link
    fedilink
    English
    3
    edit-2
    9 months ago

    Thanks, I think I’m on a distro where it’s not set up properly (or I broke something, heh), since that has not worked for me. I did some search and saw some working examples though, so I get it. Although I’d still say the naming conventions for the programs in Powershell makes them far easier to sort through than they are with the man -k command.

    Linux is great, but obtuse, not straightforward for a beginner. The fact that something like this can be broken out of the box is sort of proof of that. Linux expects a lot more of its sysadmins.

    • @FigMcLargeHuge@sh.itjust.works
      link
      fedilink
      English
      59 months ago

      Yeah, I agree with you mostly, and hope my reply wasn’t coming across as dickish. As a long time *nix user, I find the commands in Powershell to be equally nonsensically named at times. I do remember the times when it was joked that unix commands were usually named after the author’s dog, but I think over time that has changed. I am sure if I had to use Powershell just a fraction of the time I use the linux command line on a daily basis I would get more familiar and comfortable with it. But you are correct that overall, this is a human issue, and not something that can easily be solved. Not everyone wants to delve into suspension tuning, some people just need to get in the car and reasonably expect to arrive at their destination.

      • Hot Saucerman
        link
        fedilink
        English
        3
        edit-2
        9 months ago

        Nah, not dickish at all. None of us can know everything. I’d rather be informed that I’m wrong than continue walking around being wrong.

        • @FigMcLargeHuge@sh.itjust.works
          link
          fedilink
          English
          49 months ago

          Don’t forget that you can set up alias commands. So if you don’t like the name of a command, or don’t want to keep typing things out, you can set up an alias. For instance, I have to continually switch to another user. I set up alias so I can type gouser instead of “sudo su - user”. So if the name of something isn’t easy or hard to memorize, you can just make it whatever you want within limitations.