Run the conditional for loop with the input range from 1 to 10 and set a condition to skip the values from 3 to 7.
Tip: You can combine two seq commands like this: for i in $(seq 2) $(seq 3).
Run the conditional for loop with the input range from 1 to 10 and set a condition to skip the values from 3 to 7.
Tip: You can combine two seq commands like this: for i in $(seq 2) $(seq 3).
Create a free account to access the full topic