>>107050908 (OP)
> PROOF OF TERMINAL SUPREMACY
Let's say you have a problem and you solve it inside the GUI
> move your mouse over here
> double click this
> open that
> right click this other thing and select whatever
Problem solved. Great.
But now you need to do it again.
No problem
> move your mouse over here
> double click this
> open that
> right click this other thing and select whatever
Problem solved again. Great.
But now you need to do it every time your computer boots. Or how about you need everyone in the office to do it three times a day? Or maybe you need grandma to do it.
Suddenly the GUI doesn't sound so great. Every problem requires a recipe which on the surface looks easy to follow, but will inevitably end up being bungled by someone because the average person is stupid, including the person writing the recipe.
That's why the terminal is king. Just write a script that does the 5 steps in CLI. Need to solve that problem on another computer? Just copy that script to the computer and have the end user double click it in the GUI, or add it as a cronjob.
That's why Powershell exists. Because GUI is for retards and pencil pushers. Actual system maintenance requires CLI and scripting.
It's also why things like reproducible builds (installing the exact same thing on 100 computers at once) isn't done by a GUI recipe, but by text files that are easy to edit and distribute.
So it's settled. The terminal is king. If you don't understand that, it's because you're serf that somebody got paid to baby with a GUI interface so you can do your email job.