BREAK AND CONTINUE IN SHELL SCRIPTING – LINUX / UNIX || BREAK AND CONTINUE STATEMENTS



BREAK AND CONTINUE IN SHELL SCRIPTING – LINUX / UNIX || BREAK AND CONTINUE STATEMENTS

BREAK AND CONTINUE IN SHELL SCRIPTING - LINUX / UNIX || BREAK AND CONTINUE STATEMENTS

Break statement is used to bring the control out from the loop.
Continue statement is used to bring te control out from the current iteration.Continue statement will skip the current iteration where the continue has been written.

—————————————————————————————————————

LINUX / UNIX COMMANDS & SHELL SCRIPTING
https://www.youtube.com/watch?v=eAoLQwGpWJs&list=PLLOxZwkBK52DRvS1wKjAHvbOwLmLDl1Io

Comments are closed.