• raubarno
    link
    fedilink
    31
    edit-2
    1 year ago

    Unfortunately, Linux manuals are pretty scattered around. I’ll try to find something for you:

    EDIT: Forgot this important material:

    • If you need to know command-line argument specifics for a particular program, use manpages (For example, to find brief information about grep, type man grep in your shell, and info grep if you need a complete manual).
    • @folakOP
      link
      31 year ago

      Thanks a lot !!