Answers for "cmd for statement"

0

cmd for statement

for {%% | %}<variable> in (<set>) do <command> [<commandlineoptions>]
Example:
for %i in (a b c) do echo %i
a
b
c
Posted by: Guest on January-21-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language