• vrighter@discuss.tchncs.de
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    14 days ago

    thanks for the advice. I knew about the search feature, but sometimes the stuff you need isn’t even on the page. I have no idea how to find what I need when it’s not in “man cmdname” how am I supposed to know that the feature i want has a dedicated page?

    how could I find certain commands if i didn’t already know it was a shell builtin and not a command? It’s not like you get a manpage saying “this is not a command”. And even if i did have the idea to open the bash page, it’s still useless, because builtins are their own dedicated page. That sort of stuff. It rarely ever makes things easier for me.

    edit, it is occasionally useful phen I have already found what I want on google and just want some more in depth details.

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      0
      ·
      13 days ago

      If something is a bash built-in run help blah for it’s “man page”

      But yeah, man pages tick me off. Wait until you learn that there are sometimes more than one per command. I have to Google which page is which because they’re all for specific things. man foo is the equivalent of man 1 foo. What’s annoying is that the few times I’ve seen something referenced on another page the entry usually just says something like it’s on “the relevant man page” rather than just telling you exactly which.