-
Notifications
You must be signed in to change notification settings - Fork 1.9k
SC1057
Vidar Holen edited this page Oct 20, 2022
·
1 revision
while read -r line
echo $line
donewhile read -r line
do
echo $line
doneShellCheck 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!