I was asking myself about man/info pages.
-
-
@aheadofthekrauts Mostly "command --help".
If that isn't enough I use "man command".
If that output requires (a lot of ) scrolling, I view the man page using my browser ("man -Hfirefox command").
-
@aheadofthekrauts tldr or tealder also works nicely in a terminal
-
@aheadofthekrauts Mostly "command --help".
If that isn't enough I use "man command".
If that output requires (a lot of ) scrolling, I view the man page using my browser ("man -Hfirefox command").
@truls46 Good point. I haven't thought about the short help page at all.
Some tools even come with a very long help that you can deepdive in, e.g. 'dnf --help' then 'dnf --help subcommand'.
-
@aheadofthekrauts tldr or tealder also works nicely in a terminal
@ragectl I've read about tldr before. It's probably time to take a look myself.
-
-
@aheadofthekrauts I use GNU Emacs as a GUI program to read Info manuals and manpages.
-
@aheadofthekrauts websites. There are several that present them with a decent table of content, useful for big pages like bash's. One of them is https://manpages.ubuntu.com/
-
@JRepin That's something I seriously miss from GNOME.
-
@aheadofthekrauts I use GNU Emacs as a GUI program to read Info manuals and manpages.
@tusharhero Is this because you stay in emacs most of the time?
-
@aheadofthekrauts man pages in the terminal most of the time info pages always in emacs. the terminal info reader is a pain
-
@JRepin @aheadofthekrauts Terminal, mostly because I forget how easy it is to view them in GUI (in plasma)
-
@tusharhero Is this because you stay in emacs most of the time?
@aheadofthekrauts Elizaesque question.
Yes.
-
@aheadofthekrauts Elizaesque question.
Yes.
@aheadofthekrauts BTW info can also read manpages.
-
@aheadofthekrauts Elizaesque question.
Yes.
@tusharhero @aheadofthekrauts I see... Well, why do you say this is so?
-
@aheadofthekrauts Much less techy than some people, here. I usually try command --help or man command (or both), but if the output is long and difficult to parse (for me this applies to an awful lot of commands; last night it was tar, trying to remember which options I needed) I just go to an online search where I usually find an answer on stackoverflow or something, tailored to my situation, faster than I would have found it by doing a (hopefully self-terminating) search through the man page and cross-referencing the options there with other information (which is how man pages are often set up, and is required for many situations I need help with).
-
R relay@relay.infosec.exchange shared this topic