Changes

Jump to: navigation, search

Tutorial10: Shell Scripting - Part 1

16 bytes added, 10:36, 16 July 2020
Using Control Flow Statements in Shell Scripts
There are several logic statements, but we will just concentrate on the if statement.
<codepre style="width:50%">
if test condition
then
command(s)
fi
</codepre>
13,420
edits

Navigation menu