Changes

Jump to: navigation, search

Tutorial12: Shell Scripting - Part 2

18 bytes added, 11:13, 27 October 2020
Additional Loop Statements
<span style="font-family:courier;font-weight:bold;">for x in $(ls)<br>do<br> &nbsp;&nbsp;&nbsp;echo “The item is: $x”<br>done</span><br><br>
'''While Loops:'''
[[Image:while-loop.png|thumb|right|170px|Example of how a '''while''' loop works.<br>(Image licensed under [https://creativecommons.org/licenses/by-sa/3.0/ cc])]]
13,420
edits

Navigation menu