this post was submitted on 21 Sep 2023
0 points (NaN% liked)

Free and Open Source Software

22716 readers
1 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dylanmorgan@slrpnk.net 0 points 2 years ago (2 children)

This may be the wrong place to ask, but what am I missing about shells? Other than executing commands, what do you do with them?

[–] starman@programming.dev 1 points 2 years ago

Execute complicated commands, wrire scripts, automate tasks, etc.

[–] hallettj@beehaw.org 0 points 2 years ago

I think the best way to get an idea is to look at feature lists for fancy shells like zsh or fish. But in short there are a number of things a good shell can do to help to execute commands faster and more easily. Stuff like autocompletions which make you faster, and also make things more discoverable; fuzzy searching/matching; navigating command history; syntax highlighting which helps to spot errors, and helps to understand the syntax of the command you're writing.