We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If true Then echo "hello" Fi
if true then echo "hello" fi
Shells are case sensitive and do not accept If or IF in place of lowercase if.
If
IF
if
If you're aware of this and insist on naming a function WHILE, you can quote the name to prevent shellcheck from thinking you meant while.
WHILE
while
There was an error while loading. Please reload this page.