this post was submitted on 28 Sep 2023
290 points (96.8% liked)

Linux

48072 readers
1 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
290
modern unix (github.com)
submitted 2 years ago* (last edited 2 years ago) by folak@lemmy.world to c/linux@lemmy.ml
 

foss

you are viewing a single comment's thread
view the rest of the comments
[–] jsdz@lemmy.ml 26 points 2 years ago (2 children)

"bat" seemed interesting, until I remembered that I'd just do a "git diff" if I wanted to see a diff. The rest do not strike me as substantially better than what they're trying to replace. Enjoy them all as you will, but I would recommend refraining from describing them as "modern unix" in the presence of any old-timers.

[–] GlitzyArmrest@lemmy.world 7 points 2 years ago

I use bat as a drop in replacement for cat (overriding cat in my .zshrc) by using --style=plain --paging=never on the bat command. Basically looks and works the same as cat, except with syntax highlighting.

[–] Pantherina@feddit.de 2 points 2 years ago* (last edited 2 years ago) (1 children)

Bat also adds lots of stuff to the output. Is there a clean print functionality without the extra numbers?

Edit: but with the parameters its great!

[–] GlitzyArmrest@lemmy.world 4 points 2 years ago

--style=plain will do it!