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

  • UnfortunateShort
    link
    11 year ago

    Commands form a language (together with the scripting lang of choice) and if you want something very particular to happen, describing it is often easier than conveying it with pictures.

    For example changing the way files are named, but only for certain files with different properties and in a very non-straightforward way, can be easy with a little preprocessing, regex and vars, but very hard with any bulk-rename tool.