Jump to content

Loop structures: Difference between revisions

Line 814:
 
===while===
'''Interpreter:''' [[bourne SHell]]
 
'''Interpreter:''' [[bourne SHell]]
#!/bin/sh
x=1
Line 824:
done
 
'''Interpreter:''' [[Bourne Again SHell]]
 
 
 
'''Interpreter:''' [[Bourne Again SHell]]
#!/bin/bash
while true
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.