I know we all enjoy being nerds and using commands (H4ckerman). But now that everything is either a gui or web based, is there really any use to terminal commands?

For example, on windows I never used powershell or cmd hardly ever. I realize now I probably could have. But Linux just drives me to use it more, which i like anyway (because let’s be honest, it makes us feel superior)

  • Cyborganism@lemmy.ca
    link
    fedilink
    English
    arrow-up
    3
    ·
    5 小时前

    I have yet to find a gui that allows me to do the equivalent of running a find command with a regex to find specific files and run a set command to search and replace a string in one go.

    • frongt@lemmy.zip
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 小时前

      On Windows, there are a bunch of search programs like Everything that can probably do the search. For search and replace, most text editors like Notepad++ can do that.