Changes

Jump to: navigation, search

Tutorial10: Shell Scripting - Part 1

No change in size, 11:30, 10 March 2021
Using Control Flow Statements in Shell Scripts
'''Loop Statements'''
[[Image:loop-1.png|thumb|right|210px|Example of using the '''for''' looping control-flow statement.]]
''A <b>loop statement</b> is a series of steps or sequence of statements executed repeatedly zero or more times satisfying the given condition is satisfied.''<br>Reference: https://www.chegg.com/homework-help/definitions/loop-statement-3
''A <b>loop statement</b> is a series of steps or sequence of statements executed repeatedly zero or more times satisfying the given condition is satisfied.''<br>Reference: https://www.chegg.com/homework-help/definitions/loop-statement-3
[[Image:loop-1.png|thumb|right|210px|Example of using the '''for''' looping control-flow statement.]]
There are several loops, but we will look at the '''for loop''' using a '''list'''.
13,420
edits

Navigation menu