Control Shell Else - Define Code Branches | Online Free DevTools by Hexmos
Control code execution flow with Shell Else, defining alternative branches in shell scripts. Improve script logic and handle different conditions. Free online tool, no registration required.
else
This shell keyword is used in combination with
ifandelifto define a code branch if no other branch was valid.
- View documentation for the
ifkeyword:
tldr if
