• @[email protected]
    link
    fedilink
    English
    42 months ago

    Are some of the commands replaced by Manjaro or similar? For me, it’s normal to call ls and see colors…

    • @[email protected]
      link
      fedilink
      English
      142 months ago

      The default output of ls is uncolored, but some distros include an alias in your .bashrc for ‘ls’ to ‘ls --color=auto’, so you definitely don’t need a whole other utility just for colored output

        • massive_bereavement
          link
          fedilink
          42 months ago

          Wow, pretty cool the tree and total size options, kind of substitutes other commands I commonly use.

          Only thing is though I find it slower than du and tree.

          • @[email protected]
            link
            fedilink
            22 months ago

            You can also try something like broot. Lovely TUI file manager that shows how big folders are when you start it with the -w option, faster than either du or tree in my experience.

        • @[email protected]
          link
          fedilink
          English
          32 months ago

          That’s true, I was mostly speaking to that specific use-case. It certainly sounds like it has generally superior functionality to ls, but for me personally it doesn’t beat out the utility of already being present on every linux system I’ll touch.

          That’s unlike something like rsync which is genuinely more useful than scp for anything other than simple file transfers.

          • @[email protected]
            link
            fedilink
            32 months ago

            Yeah that’s fair, I only use it on systems where I’m in full control and use enough to get all my toys set up properly, which goes for all the commands in the article. I’ve just aliased ls to eza though, so it’ll mostly (options are a bit different) keep working on any system I’m on.