51
submitted 2 months ago by [email protected] to c/[email protected]
top 49 comments
sorted by: hot top new old
[-] [email protected] 85 points 2 months ago

It's said that less is more but I more or less use less more than more.

[-] [email protected] 25 points 2 months ago

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

[-] [email protected] 2 points 2 months ago

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

[-] [email protected] 30 points 2 months ago

Been using Less for so long...

Forgot More existed. 🤷‍♂️

[-] [email protected] 29 points 2 months ago

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

[-] [email protected] 26 points 2 months ago
[-] [email protected] 2 points 2 months ago

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

[-] [email protected] 17 points 2 months ago* (last edited 2 months ago)

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

$ cat ~/.config/bat/config
--wrap=never
[-] [email protected] 13 points 2 months ago

$ cat ~/.config/bat/config

The irony.

[-] [email protected] 4 points 2 months ago

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

[-] [email protected] 3 points 2 months ago

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

[-] [email protected] 1 points 2 months ago

Souldn't there be two of those to append?

Ow! ^

[-] [email protected] 22 points 2 months ago
[-] [email protected] 9 points 2 months ago
[-] [email protected] 4 points 2 months ago* (last edited 2 months ago)

At least I use bash!

[-] [email protected] 3 points 2 months ago
[-] [email protected] 15 points 2 months ago* (last edited 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"

[-] [email protected] 3 points 2 months ago

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

[-] [email protected] 13 points 2 months ago
[-] [email protected] 12 points 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.

[-] [email protected] 8 points 2 months ago

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

[-] [email protected] 1 points 2 months ago

is that an alias or a sys env?

[-] [email protected] 3 points 2 months ago* (last edited 2 months ago)

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

[-] [email protected] 2 points 2 months ago* (last edited 2 months ago)

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

[-] [email protected] 2 points 2 months ago

Yeah, less is weird there with needing the pipe.

[-] [email protected] 8 points 2 months ago

Less is more!

[-] [email protected] 7 points 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.

[-] [email protected] 6 points 2 months ago* (last edited 2 months ago)

I use a teletype. My scrollback is INFINITE.

[-] [email protected] 6 points 2 months ago

your buffer size must exceed several floppies!

[-] [email protected] 6 points 2 months ago

Less, then "vim -" after I realize I don't know how to use less.

[-] [email protected] 5 points 2 months ago

more only if less is not available

[-] [email protected] 5 points 2 months ago

tail -f of vim

[-] [email protected] 4 points 2 months ago

I like that more behaves like cat when there's less than a page of output rather than requiring you to press q to get back to the prompt even when it would just fit.

There's probably a way to make less do that too, but more already does it without configuration. Overall I use less most of the time but I like having the option.

[-] [email protected] 4 points 2 months ago

Neither, bat or neovim.

[-] [email protected] 3 points 2 months ago
[-] [email protected] 3 points 2 months ago

I use more because I learned more first. Now it's in muscle memory, so I won't change anytime soon.

[-] [email protected] 3 points 2 months ago

I thought Less is More?

But because it comes first that is what I usually use.

[-] [email protected] 3 points 2 months ago

I use less always, and am genuinely puzzled by people who use more

[-] [email protected] 9 points 2 months ago

Old habits die hard? I used to administer old SunOS machines that didn’t have less (and would take considerable effort to install on all of the machines) so these days I just alias more to less

[-] [email protected] 2 points 2 months ago

Isn't more like the main driver for our prospering civilization?

Some might say that the shift in desiring less is the downward path for the over-saturated humanity.

But lets not get too deep here.

[-] [email protected] 2 points 2 months ago
[-] [email protected] 2 points 2 months ago

alias less='moar'

[-] [email protected] 2 points 2 months ago
[-] [email protected] -3 points 2 months ago

Could you be more cryptic?

[-] [email protected] 8 points 2 months ago

Those are two pager programs on Linux. less has more features than more and that's what most people use.

[-] [email protected] 0 points 2 months ago
[-] [email protected] 6 points 2 months ago

Allows you to scroll through / view a text file in the terminal.

[-] [email protected] 3 points 2 months ago
[-] [email protected] 2 points 2 months ago* (last edited 2 months ago)

Yes, back in days of yore when the cyberbunnies had to run their lines through the bare wastes of the great Dave's router, there existed a tool so coveted by the eunuchs that they named it twice, and would beg for degrees of release depending on how gimped up they were. "More" some would scream, "less" others would whisper.

this post was submitted on 20 May 2025
51 points (94.7% liked)

Linux

57347 readers
376 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS