Hi, everybody Recently, a guy noticed that I was using it and asked why? For me it because in Linux many things are done through the terminal because Linux has many different desktop environments

He also compared terminal commands with cheat codes in GTA and other games, he understands what benefits you take from them, but not from terminal commands

  • Rikj000
    link
    fedilink
    English
    arrow-up
    4
    ·
    9 months ago

    Terminal still has use-cases imo:

    • Some programs only offer CLI, no GUI,
      to use them, the terminal is the only way.
    • Sometimes it’s faster to use CLI instead of GUI, especially when you can use your command history to re-execute.
    • Testing single lines of scripts while writing them.