Monday, November 18, 2024

Linux - Continue

The following is a Linux Dictionary word of the day:

continue resume the next iteration of a loop in the current iteration of a for, while, or until loop.

Example:

if(( $a==5 ))

 then

 continue

fi



As an Amazon Associate, I earn from qualifying purchases.

No comments:

Post a Comment