December 2012
Intermediate to advanced
888 pages
48h 24m
English
You use the repeat statement to execute only one command a fixed number of times.
If you want to print a hyphen (-) 80 times with one hyphen per line on the screen, you can use the following command:
repeat 80 echo '-'
Read now
Unlock full access