We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This fails to parse:
foo() ( true )
Note that a function's body can be any Compound Command, so it's also legal to write:
bar() [[ -e foo ]] baz() if [[ $a = $b ]]; then echo 1 else echo 2 fi