how to run the pi.sh for certain number of times using for loop? to test this write a script that runs pi.sh seven times with values of N ranging from 1 through 7.
Asked
Active
Viewed 11 times
0
-
2Take a look at https://stackoverflow.com/questions/169511/how-do-i-iterate-over-a-range-of-numbers-defined-by-variables-in-bash – codeforester Apr 03 '18 at 01:19
-
Please check [how to ask question](https://stackoverflow.com/help/how-to-ask) and [Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve) Add your code , what have you tried. – Morse Apr 03 '18 at 01:20