this post was submitted on 11 Oct 2023
105 points (89.5% liked)

Linux

48031 readers
1075 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 5 years ago
MODERATORS
 

Who are these for? People who use the terminal but don't like running shell commands?

OK sorry for throwing shade. If you use one of these, honestly, what features do you use that make it worthwhile?

you are viewing a single comment's thread
view the rest of the comments
[–] backhdlp@lemmy.blahaj.zone 19 points 1 year ago (3 children)

They're better than

cd something
ls
cd something-else
ls
cd ../..
ls
[–] bizdelnick@lemmy.ml 4 points 1 year ago

But you don't need to cd before running ls. And in most cases you don't even need ls, autocompletion is enough.

[–] lucullus@discuss.tchncs.de 1 points 1 year ago

Isn't your shell showing autocomplete options on oressing tab? Like the subdirectories? That way you don't need multiple cd and ls calls

[–] TCB13@lemmy.world -2 points 1 year ago

Well... WinSCP or something like that is even better.