Changes

Jump to: navigation, search

Tutorial10: Shell Scripting - Part 1

4 bytes removed, 10:35, 16 July 2020
Using Control Flow Statements in Shell Scripts
There are several logic statements, but we will just concentrate on the if statement.
<nowikicode>
if test condition
then
command(s)
fi
</nowikicode>
13,420
edits

Navigation menu