this post was submitted on 10 Dec 2023
1331 points (98.3% liked)

linuxmemes

20686 readers
1397 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Yaarmehearty@lemmy.ml 30 points 9 months ago (2 children)

I can’t say I love the terminal, if there’s a GUI for a task I’ll use that but there comes a time in every troubleshooting session where the terminal is just the only way to do something reliably.

I’m not going to lie though, I forget commands constantly so have to search the most basic shit to type in.

[–] spikespaz@programming.dev 13 points 9 months ago (1 children)

The trick is to build a massive history file and let auto complete use it for parts.

[–] chitak166@lemmy.world 5 points 9 months ago (1 children)

I think only some shells support that.

It is a nice feature, though.

[–] PlutoParty@programming.dev 1 points 9 months ago (1 children)

Ash is the only one I'm aware of, but that's primarily going to be found and used on stuff like routers or other embedded devices. Any modern shell can support history. That said, many users will disable it or wipe it on logout for security reasons.

[–] chitak166@lemmy.world 2 points 9 months ago

It's not just history support. It will provide autocomplete suggestions based on what you've already typed and allow you to browse the history of a specific query.

Zsh is the only shell I've used that supports it, using Manjaro.

My Ubuntu 22.04 server using Bash does not. It only supports the basic history that I think you are referring to where you can just browse the history of all your commands at once.

[–] chitak166@lemmy.world 1 points 9 months ago

Congratulations, you're human.