Changes

Jump to: navigation, search

Tutorial10: Shell Scripting - Part 1

6 bytes added, 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.
<prenowiki>
if test condition
then
command(s)
fi
</prenowiki>
13,420
edits

Navigation menu