shell loop

declare -i x=0 while (( x < 11 )) ; do echo $x; x=x+1 ; done for ((i=0 ; i<5 ; i++)); do echo $i; done

Our Sidebar

You can put any information here you'd like.

  • Latest Posts
  • Announcements
  • Calendars
  • etc