We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
`let count++` gives a warning suggesting `(( count++ ))` instead. The deleted "Equivalently" code was _not_ equivalent and it didn't work because `count` was modified in a subshell (as shellcheck itself points out)
Add "find | while" syntax
Updated SC2044 (markdown)
Add note that globstar is bash 4 specific
Use triple backticks rather than indenting for code.
Updated Sc2044 (markdown)