[SOLVED] unexpected token
by aantoonio from LinuxQuestions.org on (#6JY42)
Code:$ for %%a in (A B C D E) do Echo %%a
bash: syntax error near unexpected token `('Why do I get this error?
bash: syntax error near unexpected token `('Why do I get this error?