We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
for f in foo,bar,baz do echo "$f" done
for f in foo bar baz do echo "$f" done
ShellCheck found a for loop where the items appeared to be delimited by commas. These will be treated as literal commas. Use spaces instead.
for
None
There was an error while loading. Please reload this page.