• lordnikon@lemmy.worldEnglish
      25·
      2 months ago

      I both understood that sentence perfectly and sounded like a crazy person while reading it out loud.

    • brisk@aussie.zone
      2·
      2 months ago

      This would fit in perfectly in Dr Suess’ Hop on pop

  • catloaf@lemm.eeEnglish
    29·
    2 months ago

    I don’t know why anyone would use more when less is more with more features.

    • tetris11@lemmy.mlOP
      2·
      2 months ago

      I use bat sometimes, but how do you stop it from wrapping lines?

      • msherburn33@lemmy.ml
        17·
        2 months ago

        I use bat sometimes, but how do you stop it from wrapping lines?

        $ cat ~/.config/bat/config
        --wrap=never
        
        • tetris11@lemmy.mlOP
          4·
          2 months ago

          I ain’t got no time for no config! I’m a busy man!

        • Jerkface (any/all)@lemmy.caEnglish
          3·
          2 months ago

          You dropped your friggin’ > in another thread and I just stepped on it. Pain like Lego.

          • Hule@lemmy.world
            1·
            2 months ago

            Souldn’t there be two of those to append?

            Ow! ^

  • JoeKrogan@lemmy.world
    15·
    2 months ago

    “less”. If its a small file i use cat. If i want the top I use “head” or "tail’ for the bottom. For a specific string i use “grep”

    • tomcatt360@lemmy.zipEnglish
      52·
      2 months ago

      I feel like more punctuation was called for here. /s

  • hallettj@leminal.spaceEnglish
    131·
    2 months ago

    I’m not sure if I’ve used more in the last 25 years. And when I did I think it was in MS-DOS.

  • MonkderVierte@lemmy.ml
    8·
    2 months ago

    LESSOPEN='| highlight --line-numbers -qs candy --out-format=xterm256 --stdout -i %s'

      • MonkderVierte@lemmy.ml
        3·
        2 months ago

        Sys env. It adds syntax highlighting to less. Needs the highlight tool of course, there are others.

        • tetris11@lemmy.mlOP
          2·
          2 months ago

          oh, it literally pipes into another tool! I thought that vertical bar was a config option for less lmao

  • 柊 つかさ@lemmy.world
    7·
    2 months ago

    less or bat, but I usually use by paging up and down so it’s not that different from more… My terminal emulator only pages up and down, I like it that way.

  • mvirts@lemmy.world
    6·
    2 months ago

    Less, then “vim -” after I realize I don’t know how to use less.

    • tetris11@lemmy.mlOP
      6·
      2 months ago

      your buffer size must exceed several floppies!