Changes

Jump to: navigation, search

Tutorial10: Shell Scripting - Part 1

475 bytes added, 10:53, 16 July 2020
Using Control Flow Statements in Shell Scripts
'''Looping Statements'''
xA loop statement is a series of steps or sequence of statements executed repeatedly zero or more times satisfying the given �condition is satisfied. ��Reference: �https://www.chegg.com/homework-help/definitions/loop-statement-3 There are several loops, but we will look at the for loop �using a list.� <pre style="width:20%">for item in list do command(s) done</pre> Refer to the diagram relating to looping statements on the right side for an example.
=INVESTIGATION 1: CREATING A SHELL SCRIPT=
13,420
edits

Navigation menu