this post was submitted on 23 Jul 2026
509 points (95.2% liked)

linuxmemes

32197 readers
412 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 3 years ago
    MODERATORS
     
    top 50 comments
    sorted by: hot top controversial new old
    [–] ytg@sopuli.xyz 6 points 15 hours ago

    I've never understood the need for fish. The shell experience is basically the same as zsh, and although it's much more pleasant to script for, you miss out on compatibility with POSIX-compliant snippets, and besides, if you're writing long and complicated scripts that need anything more than a handful of scalar variables you should probably be using Python (or Perl if you're an old-school masochist).

    [–] strawberry_enjoyer42@lemmy.blahaj.zone 8 points 16 hours ago* (last edited 16 hours ago)

    (Sorry for using FΓ«anor; he's simply the prettiest).

    edit: https://elv.sh/

    [–] IAMgROOT@lemmy.wtf 4 points 20 hours ago

    telnet

    ⚰️

    [–] jxk@sh.itjust.works 16 points 1 day ago
    [–] Mwa@thelemmy.club 21 points 1 day ago* (last edited 1 day ago) (2 children)

    i am using ZSH cause Fish is not POSIX compliant,which made it annoying to run scripts without rewriting them.

    [–] JackbyDev@programming.dev 2 points 15 hours ago (1 children)

    When is this a problem? What scripts don't use a shebang and/or why does using sh call fish instead of bash or dash?

    I have a mild dislike of fish because a few substitutions are different enough that my muscle memory isn't there. (But I also haven't put in serious effort to learn them.)

    [–] Mwa@thelemmy.club 1 points 13 hours ago (1 children)

    I think they don't use shebang

    [–] JackbyDev@programming.dev 1 points 12 hours ago (1 children)

    Have you run into a specific problem or is this just a hypothetical you're worried about. I see this a lot but haven't ever actually run into it being a concern. If you run a script with #!/bin/sh from a Fish shell, it won't use Fish, it will use whatever you have sh pointing to. (Which shouldn't be Fish, it's usually bash or dash.)

    [–] Mwa@thelemmy.club 1 points 10 hours ago (1 children)

    I ran into issues on fish,i don't remember what they are but I think it's no shebang

    [–] JackbyDev@programming.dev 1 points 7 hours ago

    Ah, I see. If you don't remember, don't sweat. I'm mostly curious just because posix issues is one of the few complaints I hear but I never see anything specific so I'm extremely curious lol. Please don't mistake this as one of those fanboyism moments where people try to say something they like is actually perfect and doesn't have flaws.

    My understanding of shebangs is that it isn't your shell doing anything fancy with it, it's your OS (or something, I don't remember exactly, but it's lower level than the shell). So maybe something else borked. But I'm no fish expert, I have some error in some fish thing that prints an error every time I open a new shell that I'm too lazy to troubleshoot lol.

    [–] Hawke@lemmy.world 19 points 1 day ago (3 children)
    load more comments (3 replies)
    [–] nothingcorporate@lemmy.today 54 points 2 days ago* (last edited 2 days ago)

    The Web site for fish reads:

    Finally, a command line shell for the 90s

    I love them and always will.

    [–] abbadon420@sh.itjust.works 143 points 2 days ago (8 children)
    [–] apftwb@lemmy.world 60 points 2 days ago

    Get-OutOfHere

    [–] germanatlas@lemmy.blahaj.zone 87 points 2 days ago (4 children)

    Powershell is probably simultaneously the best and worst thing Microsoft has ever created

    [–] Hawke@lemmy.world 11 points 1 day ago (1 children)

    Second best. The best was Active Directory.

    [–] OS2Warp@lemmy.zip 1 points 15 hours ago* (last edited 15 hours ago) (1 children)
    [–] Hawke@lemmy.world 1 points 10 hours ago

    I am the Linux folks.

    FreeIPA is fine, and I don’t care much about the GPO aspect of Active Directory. But the standardization-by-ubiquity that made it easy for everyone to just follow along and make it so it Just Works has been a godsend.

    Yes Microsoft built on the shoulders of giants but trying to make things work with OpenLDAP or the other also-ran directory services was a nightmare.

    load more comments (3 replies)
    load more comments (6 replies)
    [–] xxxb@feddit.org 3 points 1 day ago

    When I installed freeBSD for the first time, I was so confused when !! didn't work.

    [–] heliotrope@retrofed.com 98 points 2 days ago* (last edited 1 day ago) (6 children)

    Thompson shell (predates Bourne)


    scsh (Scheme shell) and closh (Clojure shell)


    sash (stand-alone shell)


    gash (Guile shell)


    ash (Almquist shell)


    dash (Debian Almquist shell)


    eshell (Emacs shell)


    Shells I couldn't think of images for:

    • bosh (from SchilyTools)
    • tclsh (Tcl shell)
    • ion (from Redox OS)
    [–] 4am@lemmy.zip 40 points 2 days ago

    Thompson shell

    load more comments (5 replies)
    [–] inzen@lemmy.world 17 points 1 day ago (3 children)

    I use fish because it was the default in cachyos and decided to give it a fair shake. I like the built in syntax highlighting and fancy autocomplete but I miss bash scripting and built in commands that replace standard commands can be weird sometimes. I have not tried scripting fish, to lazy to learn yet another scripting language, especially if bash is the (almost) de-facto standard.

    [–] lapping6596@lemmy.world 2 points 13 hours ago

    I've been using it for awhile now for the same reason, and think I'm going to switch back to sh as it has too many suggestions which I read and it interrupts my thoughts and slows me down.

    [–] prole@lemmy.blahaj.zone 2 points 15 hours ago

    I like having fish as an option, but don't think I'd ever use it as my default.

    If I have a long command that uses long filenames, or I don't remember the syntax of something, I can just type "fish" and it'll open up a fish shell.

    [–] aBundleOfFerrets@sh.itjust.works 17 points 1 day ago (1 children)

    You can always just continue using bash scripting, with a bash shebang in your scripts, if you miss it

    load more comments (1 replies)
    [–] negativenull@piefed.world 88 points 2 days ago (8 children)
    load more comments (8 replies)
    [–] Dagnet@lemmy.world 70 points 2 days ago (10 children)

    imo fish is the best out of the box for me, but I just use bash cause its everywhere

    [–] smiletolerantly@awful.systems 53 points 2 days ago (17 children)

    I just wish fish would accept standard bash syntax in addition.

    Like, if you can warn me that "this is not how we set vars in fish, do this instead!" then you could also just, you know, do it.

    [–] EponymousBosh@feddit.online 4 points 1 day ago* (last edited 1 day ago)

    Our last apartment had a microwave that insisted that the off/cancel button was ONLY for the microwave part and NOT the timer part, and if you tried to use it to turn off the timer, would display a message saying "push timer button to turn timer off" (or smth to that effect). I found it infuriating. I told my wife, "if they can program it to sass me, they can program it to turn the damn timer off."

    Anyway. I get it.

    load more comments (16 replies)
    [–] merc@sh.itjust.works 21 points 2 days ago (8 children)

    Yeah, that's where this meme fails. BASH is the default and has been for decades. Most people are not Gigachad.

    I'll accept FISH as being for babies, Zsh as being for Emo types or extra nerdy people. SH being for white beards makes sense.

    BASH is:

    IT Guy

    load more comments (8 replies)
    load more comments (8 replies)
    [–] lime@feddit.nu 52 points 2 days ago* (last edited 2 days ago) (9 children)
    load more comments (9 replies)
    [–] __Lost__@lemmy.dbzer0.com 31 points 2 days ago (3 children)

    Sometimes I think I'm the only linux user who doesn't care about their terminal emulator. I use whatever came installed. I assume it's bash? I don't know, but anything i want to do is supported by all of them.

    [–] four@lemmy.zip 58 points 2 days ago (3 children)

    Akchually, those are shells, not terminal emulators.

    Which I guess confirms that you really don't care. Whatever works for you, works for you :)

    load more comments (3 replies)
    load more comments (2 replies)
    [–] m3t00@lemmy.world 4 points 1 day ago

    friend brought me some seashells

    load more comments
    view more: next β€Ί