Horje
for loop while loop shell functions Code Example
for loop while loop shell functions
while check1
do
    # Loop while check1 is successful (returns 0)

    if check1
    then
        echo 'check1 was successful'
    fi

done




Shell

Related
styled componennts Code Example styled componennts Code Example
screen Code Example screen Code Example
install tor on debian Code Example install tor on debian Code Example
jenkins download Code Example jenkins download Code Example
create rails app Code Example create rails app Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
17