this post was submitted on 16 Aug 2025
55 points (92.3% liked)
Linux
10711 readers
266 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's perfect for daily interactive use, but terrible for scripting. I write almost all my scripts in
bash, the only exceptions being convenience scripts forfishitself.I still work with bash scripts from fish (to interoperate with bash users), but it's more like how I use python: the interpreter is specified either in the shebang or explicitly on the cli command invoking the script. It works quite well actually