GUIs (thelemmy.club)
 
confession bear meme saying: i like GUIs, there i said it
you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 6 months ago (1 child)

As the other comment says, use TLDR. it doesn't tell you everything, but it does usually explain the most common uses. If you need something more advanced than you need to do more research anyway.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 4 points 6 months ago

    While it is an improvement, it's aimed at people that already knows the commands.

    For example:

    • Extract a (compressed) archive file into the current directory verbosely:
      tar xvf path/to/source.tar[.gz|.bz2|.xz]

    What is that [.gz|.bz2|.xz] at the end? to someone that knows the tool it's too obvious to even think about, to anyone else, it's just there to mess with you because there's zero reference to it and some examples include it and others don't.

  • source
  • parent