Loop structures: Difference between revisions

Line 814:
 
===while===
 
'''Interpreter:''' [[bourne SHell]]
 
#!/bin/sh
# repeat a command 100 times
Line 827 ⟶ 825:
 
'''Interpreter:''' [[Bourne Again SHell]]
 
#!/bin/bash
while true
Anonymous user