Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

3 Commits

Repository files navigation

for

foriin {1..10};doecho$i;done
12345678910
a=(1 2 3 4)
foryin"${a[@]}";doecho"$y";done
1234
for(( i =0; i <10; i++));doecho"The iteration number is $i";done
The iteration number is 0The iteration number is 1The iteration number is 2The iteration number is 3The iteration number is 4The iteration number is 5The iteration number is 6The iteration number is 7The iteration number is 8The iteration number is 9

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors