This website requires JavaScript.
Explore
Help
Sign In
brice
/
Bsh
Watch
1
Star
0
Fork
You've already forked Bsh
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
Bsh
/
tests
/
for
/
multiple.sh
14 lines
132 B
Bash
Raw
Permalink
Blame
History
for
a in arg1 arg2 arg3
do
echo
$a
done
for
a in a b c d e f g
do
echo
$a
done
for
g in in
for
while
;
do
echo
$g
done
Reference in New Issue
View Git Blame
Copy Permalink