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
No comments:
Post a Comment