We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
do
while read -r line echo $line done
while read -r line do echo $line done
ShellCheck found a loop that appears to be missing its do statement. Make sure the loop syntax is correct.
None.
There was an error while loading. Please reload this page.