Changes

Jump to: navigation, search

Tutorial12: Shell Scripting - Part 2

12 bytes removed, 07:47, 18 March 2021
EXIT & BREAK STATEMENTS
'''Exit Statement'''
The '''exit''' statement is used to '''terminate''' a shell script. This statement is very useful when combined with logic in a shell script. The exit command can contain an argument to provide the exit status of your shell script.
''Example:''
<pre>
fi
</pre>
 
 
===START-UP FILES===
13,420
edits

Navigation menu