-
Notifications
You must be signed in to change notification settings - Fork 1.8k
SC1057
Vidar Holen edited this page Oct 20, 2022
·
1 revision
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.
- Help by adding links to BashFAQ, StackOverflow, man pages, POSIX, etc!