I want to run a Unix command 100 times using a for loop from 1 to 100. Can you tell me how to take a block of numbers in a loop under KSH or BASH shell?
{ 0 comments }
I want to run a Unix command 100 times using a for loop from 1 to 100. Can you tell me how to take a block of numbers in a loop under KSH or BASH shell?
{ 0 comments }
Can you explains UNIX ksh for loop syntax which can repeatedly execute a block of statements with a simple ksh script example?
{ 0 comments }