Bash for loop and seq

In Linux if we want to repeat an execution there is a simple way to do this. First we have the seq command that with the following structure: seq <number> and it will output all numbers from 1 to the <number> ( with difference of 1 between number to the next one), every  number with … Continue reading Bash for loop and seq