this post was submitted on 02 Nov 2023
4 points (100.0% liked)
Linux
125 readers
1 users here now
founded 2 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This isn't just a fish thing, it works with bash, zsh, etc too
Pretty unrelated, but I just wanted to say that I love how bash scripting uses
if
to open an if statement andfi
to close it... makes me giggle every time lolComment Same! It's really funny Tnemmoc
Doesn't it also use
case
andesac
and a few others? Such a weird language^^That's true, but the syntax is different then. In this blog post I cover fish, and I didn't intent to say that this cannot be done in other shells (and I think I never said so).
Oh, thanks for the clarification!