this post was submitted on 25 Apr 2025
18 points (87.5% liked)

Linux

54357 readers
300 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
you are viewing a single comment's thread
view the rest of the comments
[–] ColdWater@lemmy.ca 3 points 1 month ago (5 children)

It could be nano but I had to press Q to exit which is not nano key binding (Ctrl + X), I never edit PKGBUILD in terminal before, I'll edit it in Kate if I had to

[–] LouSlash@sh.itjust.works 5 points 1 month ago (4 children)

Idk how to revert it, but for me it looks like less

[–] ColdWater@lemmy.ca 1 points 1 month ago (3 children)

Dude you're a time saver, it's actually less a text editor I never heard of before after I removed it PKGBUILD revert back to what it was before, it probably come with man page package I installed recently

[–] hallettj@leminal.space 3 points 4 weeks ago

Less is not an editor, it's a "pager" which is a read-only viewer for files, or for command output that doesn't fit in a single screen, or whatever. Generally to control which you want programs use you set the PAGER environment variable.

The old grandaddy pager was called "more", as in "there's more text than fits on the screen". The successor is called "less". For most purposes, less is more.

load more comments (2 replies)
load more comments (2 replies)
load more comments (2 replies)