We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In POSIX sh, brace expansion is undefined.
sh
Problematic code:
#!/bin/sh for i in {1..5}; do ...
Here, $i expands to {1..5}. It does not exand to the sequence 1 2 3 4 5
$i
{1..5}
1 2 3 4 5
ShellCheck
Installation
Usage
Integrating and extending
Severity
Template
Each individual ShellCheck warning has its own wiki page like SC1000. Use GitHub Wiki's "Pages" feature above to find a specific one, or see Checks.