The fish shell is an alternate shell, and scripting language, for *nix systems (including macOS).
I've been using Cygwin for quite a while now. I now want to switch to fish from bash. Everyone is …
shell cygwin fishI am currently trying out the fish shell instead of using bash. One type of notation I'm having trouble learning …
shell fish command-substitutionI am creating a function (below) with which you can provide an argument, a directory. I test if the $argv …
function shell fishI have heard about fish that it's a friendly and out-of-box shell but also it doesn't support POSIX standard. On …
shell posix fishTrying out fish shell, so I'm translating my bash functions. The problem is that in one case, I'm using bash …
regex linux unix pattern-matching fishIn the bash shell, I could echo $? to get the exit code of a program run on the cli. What …
fishHow can I do something like set variable (some_command_that_may_return_a_string) if [ variable is set ] do_…
shell fishi wish to write a fish shell script to automatically initialize JAVA_HOME to current configured java-alternative. In bash it …
fish