while

0

Bash to Basics: The While Do Loop

http://tuxtweaks.com

One of the most common structures in programming is the Do Loop. The version that I’m going to show today is the While Do Loop. This post shows how to use the basic structure of the While Do loop in a Bash script.

Read more »
Linerd's picture
Created by Linerd 15 years 3 weeks ago – Made popular 15 years 3 weeks ago
Category: Beginner   Tags:
0

Using Bash To Feed Command Output To A While Loop Without Using Pipes!

http://linuxshellaccount.blogspot.com

How to feed command output to a while loop in bash without using pipes.

Read more »
eggixyz's picture
Created by eggixyz 16 years 8 weeks ago – Made popular 16 years 8 weeks ago
Category: Beginner   Tags:

Best karma users