Changes

Jump to: navigation, search

Tutorial12: Shell Scripting - Part 2

No change in size, 07:52, 18 March 2021
EXIT & BREAK STATEMENTS
'''<span style="font-family:courier;font-weight:bold;">break</span> Statement'''
The '''break''' statement is used to '''terminate a loop'''.<br>Although the loop terminates, the shell script will continue running.
''Example:''
<cod>
read -p "Enter a number: " number<br>
13,420
edits

Navigation menu